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.fasterxml.jackson.core | jackson-databind | 2.16.1 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.16.1 | jar | The Apache Software License, Version 2.0 | No |
org.mongodb | mongodb-driver-sync | 5.0.0 | jar | The Apache License, Version 2.0 | No |
org.slf4j | slf4j-api | 2.0.12 | jar | MIT License | No |
jakarta.persistence | jakarta.persistence-api | 3.1.0 | jar | Eclipse Public License v. 2.0Eclipse Distribution License v. 1.0 | Yes |
javax.persistence | javax.persistence-api | 2.2 | jar | Eclipse Public License v1.0Eclipse Distribution License v. 1.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 | Type | Licenses |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.5.3 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
org.assertj | assertj-core | 3.25.1 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.10.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-all | 1.10.19 | jar | The MIT License |
org.testcontainers | mongodb | 1.19.7 | jar | MIT |
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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.16.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.16.1 | jar | The Apache Software License, Version 2.0 |
org.mongodb | bson | 5.0.0 | jar | The Apache License, Version 2.0 |
org.mongodb | mongodb-driver-core | 5.0.0 | jar | The Apache License, Version 2.0 |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.mongodb | bson-record-codec | 5.0.0 | jar | The Apache License, Version 2.0 |
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:
Project Dependency Graph
Dependency Tree
- org.mongojack:mongojack:bundle:5.0.2
- org.mongodb:mongodb-driver-sync:jar:5.0.0 (compile)
- org.mongodb:bson:jar:5.0.0 (compile)
- org.mongodb:mongodb-driver-core:jar:5.0.0 (compile)
- org.mongodb:bson-record-codec:jar:5.0.0 (runtime)
- com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.16.1 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 (compile)
- org.slf4j:slf4j-api:jar:2.0.12 (compile)
- javax.persistence:javax.persistence-api:jar:2.2 (compile)
- jakarta.persistence:jakarta.persistence-api:jar:3.1.0 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.10.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.2 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- org.testcontainers:mongodb:jar:1.19.7 (test)
- org.testcontainers:testcontainers:jar:1.19.7 (test)
- org.apache.commons:commons-compress:jar:1.24.0 (test)
- org.rnorth.duct-tape:duct-tape:jar:1.0.8 (test)
- org.jetbrains:annotations:jar:17.0.0 (test)
- com.github.docker-java:docker-java-api:jar:3.3.6 (test)
- com.github.docker-java:docker-java-transport-zerodep:jar:3.3.6 (test)
- com.github.docker-java:docker-java-transport:jar:3.3.6 (test)
- net.java.dev.jna:jna:jar:5.13.0 (test)
- org.testcontainers:testcontainers:jar:1.19.7 (test)
- org.assertj:assertj-core:jar:3.25.1 (test)
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- org.mockito:mockito-all:jar:1.10.19 (test)
- ch.qos.logback:logback-classic:jar:1.5.3 (test)
- ch.qos.logback:logback-core:jar:1.5.3 (test)
- org.mongodb:mongodb-driver-sync:jar:5.0.0 (compile)
Licenses
The Apache License, Version 2.0: BSON, BSON Record Codec, MongoDB Driver, MongoDB Java Driver Core, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
Eclipse Distribution License v. 1.0: Jakarta Persistence API, javax.persistence-api
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Eclipse Public License v1.0: javax.persistence-api
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
Apache 2: MongoJack
Eclipse Public License v. 2.0: Jakarta Persistence API
LGPL-2.1-or-later: Java Native Access
The MIT License: Mockito
Apache-2.0: Apache Commons Compress, Java Native Access
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies)
MIT: Duct Tape, Testcontainers :: MongoDB, Testcontainers Core
The Apache Software License, Version 2.0: Jackson datatype: JSR310, Jackson-annotations, Jackson-core, JetBrains Java Annotations, docker-java-api, docker-java-transport, docker-java-transport-zerodep, jackson-databind
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
logback-classic-1.5.3.jar | 291.8 kB | 235 | 182 | 29 | - | Yes |
logback-core-1.5.3.jar | 605.8 kB | 520 | 459 | 42 | - | Yes |
jackson-annotations-2.16.1.jar | 78.5 kB | 87 | 74 | 2 | - | Yes |
jackson-core-2.16.1.jar | 578.1 kB | 269 | 208 | 15 | - | Yes |
jackson-databind-2.16.1.jar | 1.6 MB | 818 | 779 | 24 | - | Yes |
jackson-datatype-jsr310-2.16.1.jar | 128.3 kB | 83 | 60 | 7 | - | Yes |
docker-java-api-3.3.6.jar | 472.5 kB | 402 | 387 | 5 | 1.8 | Yes |
docker-java-transport-3.3.6.jar | 37.6 kB | 45 | 34 | 1 | 1.8 | Yes |
docker-java-transport-zerodep-3.3.6.jar | 2.3 MB | 1566 | 1319 | 77 | 1.8 | Yes |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | - | Yes |
jna-5.13.0.jar | 1.9 MB | 188 | 125 | 4 | 1.6 | Yes |
commons-compress-1.24.0.jar | 1.1 MB | 617 | 563 | 37 | - | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
assertj-core-3.25.1.jar | 1.4 MB | 872 | 830 | 28 | - | Yes |
annotations-17.0.0.jar | 19 kB | 47 | 39 | 2 | 1.8 | Yes |
junit-jupiter-5.10.2.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.10.2.jar | 211 kB | 197 | 182 | 8 | - | Yes |
junit-jupiter-engine-5.10.2.jar | 244.7 kB | 147 | 130 | 9 | - | Yes |
junit-jupiter-params-5.10.2.jar | 586 kB | 381 | 347 | 22 | - | Yes |
junit-platform-commons-1.10.2.jar | 106.2 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.10.2.jar | 204.8 kB | 153 | 136 | 10 | - | Yes |
mockito-all-1.10.19.jar | 1.2 MB | 1215 | 752 | 79 | 1.5 | Yes |
bson-5.0.0.jar | 507.4 kB | 400 | 380 | 13 | 1.8 | Yes |
bson-record-codec-5.0.0.jar | 11.8 kB | 9 | 3 | 1 | - | Yes |
mongodb-driver-core-5.0.0.jar | 1.7 MB | 1195 | 1131 | 52 | 1.8 | Yes |
mongodb-driver-sync-5.0.0.jar | 153.6 kB | 86 | 78 | 4 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | - | Yes |
duct-tape-1.0.8.jar | 25.4 kB | 37 | 22 | 6 | 1.8 | Yes |
slf4j-api-2.0.12.jar | 68.1 kB | 70 | 55 | 5 | - | Yes |
mongodb-1.19.7.jar | 6.5 kB | 9 | 3 | 1 | 1.8 | Yes |
testcontainers-1.19.7.jar | 17.8 MB | 12226 | 10468 | 456 | - | Yes |
jakarta.persistence-api-3.1.0.jar | 165.2 kB | 226 | 207 | 5 | - | Yes |
javax.persistence-api-2.2.jar | 164.6 kB | 227 | 207 | 4 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
33 | 37.8 MB | 25355 | 22098 | 999 | 1.8 | 32 |
compile: 10 | compile: 5.2 MB | compile: 3461 | compile: 3179 | compile: 131 | - | compile: 10 |
test: 22 | test: 32.6 MB | test: 21885 | test: 18916 | test: 867 | - | test: 21 |
runtime: 1 | runtime: 11.8 kB | runtime: 9 | runtime: 3 | runtime: 1 | - | runtime: 1 |