Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
com.oracle.database.jdbc | ojdbc8 | 23.3.0.23.09 | jar | Oracle Free Use Terms and Conditions (FUTC) | No |
org.jdbi | jdbi3-core | 3.45.0 | jar | Apache License 2.0 | No |
org.jdbi | jdbi3-testing | 3.45.0 | jar | Apache License 2.0 | Yes |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Licenses |
---|---|---|---|---|---|
org.assertj | assertj-core | 3.25.1 | - | jar | Apache License, Version 2.0 |
org.jdbi | jdbi3-core | 3.45.0 | tests | jar | Apache License 2.0 |
org.jdbi | jdbi3-sqlobject | 3.45.0 | - | jar | Apache License 2.0 |
org.jdbi | jdbi3-testcontainers | 3.45.0 | - | jar | Apache License 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.1 | - | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.10.1 | - | jar | Eclipse Public License v2.0 |
org.slf4j | slf4j-simple | 1.7.36 | - | jar | MIT License |
org.testcontainers | junit-jupiter | 1.19.4 | - | jar | MIT |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 | Yes |
org.testcontainers | jdbc | 1.19.4 | jar | MIT | Yes |
org.testcontainers | oracle-xe | 1.19.4 | jar | MIT | Yes |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
io.leangen.geantyref | geantyref | 1.3.15 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.zaxxer | HikariCP | 5.1.0 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy | 1.14.11 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.10.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.12.7 | jar | The Apache Software License, Version 2.0 | No |
com.github.docker-java | docker-java-api | 3.3.4 | jar | The Apache Software License, Version 2.0 | No |
com.github.docker-java | docker-java-transport | 3.3.4 | jar | The Apache Software License, Version 2.0 | No |
com.github.docker-java | docker-java-transport-zerodep | 3.3.4 | jar | The Apache Software License, Version 2.0 | No |
net.java.dev.jna | jna | 5.13.0 | jar | LGPL-2.1-or-laterApache-2.0 | No |
org.apache.commons | commons-compress | 1.25.0 | jar | Apache-2.0 | No |
org.rnorth.duct-tape | duct-tape | 1.0.8 | jar | MIT | No |
org.testcontainers | testcontainers | 1.19.4 | jar | MIT | No |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License | Yes |
org.jetbrains | annotations | 24.1.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.testcontainers | database-commons | 1.19.4 | jar | MIT | Yes |
Project Dependency Graph
Dependency Tree
- org.jdbi:jdbi3-oracle12:jar:3.45.1-SNAPSHOT
- org.jdbi:jdbi3-core:jar:3.45.0 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- io.leangen.geantyref:geantyref:jar:1.3.15 (compile)
- com.oracle.database.jdbc:ojdbc8:jar:23.3.0.23.09 (compile)
- org.jdbi:jdbi3-testing:jar:3.45.0 (compile)
- org.testcontainers:oracle-xe:jar:1.19.4 (provided)
- org.testcontainers:jdbc:jar:1.19.4 (provided)
- org.testcontainers:database-commons:jar:1.19.4 (provided)
- junit:junit:jar:4.13.2 (provided)
- org.hamcrest:hamcrest-core:jar:1.3 (provided)
- org.assertj:assertj-core:jar:3.25.1 (test)
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.jdbi:jdbi3-core:jar:tests:3.45.0 (test)
- org.jdbi:jdbi3-sqlobject:jar:3.45.0 (test)
- org.jdbi:jdbi3-testcontainers:jar:3.45.0 (test)
- org.testcontainers:testcontainers:jar:1.19.4 (provided)
- org.apache.commons:commons-compress:jar:1.25.0 (provided)
- org.rnorth.duct-tape:duct-tape:jar:1.0.8 (provided)
- org.jetbrains:annotations:jar:24.1.0 (provided)
- com.github.docker-java:docker-java-api:jar:3.3.4 (provided)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7 (provided)
- com.github.docker-java:docker-java-transport-zerodep:jar:3.3.4 (provided)
- com.github.docker-java:docker-java-transport:jar:3.3.4 (provided)
- net.java.dev.jna:jna:jar:5.13.0 (provided)
- com.zaxxer:HikariCP:jar:5.1.0 (test)
- org.testcontainers:testcontainers:jar:1.19.4 (provided)
- org.testcontainers:junit-jupiter:jar:1.19.4 (test)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
- org.jdbi:jdbi3-core:jar:3.45.0 (compile)
Licenses
Apache License 2.0: jdbi3 core, jdbi3 oracle12, jdbi3 sqlobject, jdbi3 testcontainers, jdbi3 testing
Eclipse Public License 1.0: JUnit
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
LGPL-2.1-or-later: Java Native Access
MIT License: SLF4J API Module, SLF4J Simple Binding
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies)
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Params, JUnit Platform Commons
Apache-2.0: Apache Commons Compress, Java Native Access
Oracle Free Use Terms and Conditions (FUTC): ojdbc8
MIT: Duct Tape, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: Oracle XE, Testcontainers :: JUnit Jupiter Extension, Testcontainers Core
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: GeantyRef, HikariCP, Jackson-annotations, JetBrains Java Annotations, docker-java-api, docker-java-transport, docker-java-transport-zerodep
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
jackson-annotations-2.12.7.jar | 75.7 kB | 84 | 72 | 2 | 9 | Yes | No |
docker-java-api-3.3.4.jar | 471 kB | 401 | 386 | 5 | 1.8 | Yes | No |
docker-java-transport-3.3.4.jar | 37.6 kB | 45 | 34 | 1 | 1.8 | Yes | No |
docker-java-transport-zerodep-3.3.4.jar | 2 MB | 1412 | 1182 | 63 | 1.8 | Yes | No |
ojdbc8-23.3.0.23.09.jar | 7 MB | 2656 | 2546 | 54 | 1.8 | Yes | Yes |
HikariCP-5.1.0.jar | 161.8 kB | 93 | 76 | 9 | 11 | Yes | No |
geantyref-1.3.15.jar | 71 kB | 43 | 33 | 1 | 1.8 | Yes | No |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes | No |
jna-5.13.0.jar | 1.9 MB | 188 | 125 | 4 | 1.6 | Yes | No |
commons-compress-1.25.0.jar | 1.1 MB | 617 | 563 | 37 | 9 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes | No |
assertj-core-3.25.1.jar | 1.4 MB | 872 | 830 | 28 | 9 | Yes | No |
jdbi3-core-3.45.0-tests.jar | 860.1 kB | 732 | 677 | 26 | 11 | Yes | No |
jdbi3-core-3.45.0.jar | 1 MB | 742 | 674 | 46 | 11 | Yes | No |
jdbi3-sqlobject-3.45.0.jar | 215.9 kB | 214 | 190 | 12 | 11 | Yes | No |
jdbi3-testcontainers-3.45.0.jar | 15.1 kB | 18 | 5 | 1 | 11 | Yes | No |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | 9 | Yes | No |
junit-jupiter-params-5.10.1.jar | 586 kB | 381 | 347 | 22 | 9 | Yes | No |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | 9 | Yes | No |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes | No |
duct-tape-1.0.8.jar | 25.4 kB | 37 | 22 | 6 | 1.8 | Yes | No |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes | No |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes | No |
junit-jupiter-1.19.4.jar | 11.9 kB | 13 | 7 | 1 | 1.8 | Yes | No |
testcontainers-1.19.4.jar | 17.8 MB | 12226 | 10468 | 456 | 15 | Yes | No |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes | No |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes | No |
jdbi3-testing-3.45.0.jar | 33.5 kB | 34 | 21 | 3 | 11 | Yes | No |
annotations-24.1.0.jar | 30.6 kB | 70 | 60 | 3 | 9 | Yes | No |
database-commons-1.19.4.jar | 14.7 kB | 19 | 12 | 3 | 1.8 | Yes | No |
jdbc-1.19.4.jar | 29.2 kB | 21 | 12 | 3 | 1.8 | Yes | No |
oracle-xe-1.19.4.jar | 8.3 kB | 12 | 4 | 1 | 1.8 | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
32 | 39.8 MB | 24657 | 21904 | 885 | 15 | 32 | 1 |
compile: 5 | compile: 8.1 MB | compile: 3521 | compile: 3308 | compile: 108 | 15 | compile: 5 | compile: 1 |
provided: 14 | provided: 23.9 MB | provided: 15573 | provided: 13335 | provided: 619 | provided: 14 | - | |
test: 13 | test: 7.8 MB | test: 5563 | test: 5261 | test: 158 | 11 | test: 13 | - |