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.14.1 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.14.1 | jar | The Apache Software License, Version 2.0 | No |
org.mongodb | mongodb-driver-sync | 4.8.1 | jar | The Apache License, Version 2.0 | 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 |
---|---|---|---|---|
de.flapdoodle.embed | de.flapdoodle.embed.mongo | 2.2.0 | jar | The Apache Software License, Version 2.0 |
junit | junit | 4.13.1 | jar | Eclipse Public License 1.0 |
org.hamcrest | hamcrest-junit | 2.0.0.0 | jar | Eclipse Public License - v 1.0 |
org.mockito | mockito-all | 1.10.19 | jar | The MIT License |
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.14.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.14.1 | jar | The Apache Software License, Version 2.0 |
org.mongodb | bson | 4.8.1 | jar | The Apache License, Version 2.0 |
org.mongodb | mongodb-driver-core | 4.8.1 | 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 | 4.8.1 | 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
de.flapdoodle.embed | de.flapdoodle.embed.process | 2.1.2 | jar | The Apache Software License, Version 2.0 |
net.java.dev.jna | jna | 4.0.0 | jar | LGPL, version 2.1ASL, version 2 |
net.java.dev.jna | jna-platform | 4.0.0 | jar | LGPL, version 2.1ASL, version 2 |
org.apache.commons | commons-compress | 1.18 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.1 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.hamcrest | java-hamcrest | 2.0.0.0 | jar | BSD Licence 3 |
org.slf4j | slf4j-api | 1.7.10 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- org.mongojack:mongojack:bundle:4.8.0
- org.mongodb:mongodb-driver-sync:jar:4.8.1 (compile)
- org.mongodb:bson:jar:4.8.1 (compile)
- org.mongodb:mongodb-driver-core:jar:4.8.1 (compile)
- org.mongodb:bson-record-codec:jar:4.8.1 (runtime)
- org.mongodb:bson-record-codec:jar:4.8.1 (runtime)
- org.mongodb:bson:jar:4.8.1 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.14.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 (compile)
- javax.persistence:javax.persistence-api:jar:2.2 (compile)
- jakarta.persistence:jakarta.persistence-api:jar:3.1.0 (compile)
- junit:junit:jar:4.13.1 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- de.flapdoodle.embed:de.flapdoodle.embed.mongo:jar:2.2.0 (test)
- de.flapdoodle.embed:de.flapdoodle.embed.process:jar:2.1.2 (test)
- org.apache.commons:commons-lang3:jar:3.1 (test)
- net.java.dev.jna:jna:jar:4.0.0 (test)
- net.java.dev.jna:jna-platform:jar:4.0.0 (test)
- org.apache.commons:commons-compress:jar:1.18 (test)
- org.slf4j:slf4j-api:jar:1.7.10 (test)
- org.apache.commons:commons-lang3:jar:3.1 (test)
- de.flapdoodle.embed:de.flapdoodle.embed.process:jar:2.1.2 (test)
- org.hamcrest:hamcrest-junit:jar:2.0.0.0 (test)
- org.hamcrest:java-hamcrest:jar:2.0.0.0 (test)
- org.hamcrest:java-hamcrest:jar:2.0.0.0 (test)
- org.mockito:mockito-all:jar:1.10.19 (test)
- org.mongodb:mongodb-driver-sync:jar:4.8.1 (compile)
Licenses
The Apache License, Version 2.0: BSON, BSON Record Codec, MongoDB Driver, MongoDB Java Driver Core
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module
Eclipse Distribution License v. 1.0: Jakarta Persistence API, javax.persistence-api
Eclipse Public License v1.0: javax.persistence-api
New BSD License: Hamcrest Core
BSD Licence 3: Java Hamcrest
Apache 2: MongoJack
Eclipse Public License v. 2.0: Jakarta Persistence API
The MIT License: Mockito
Apache License, Version 2.0: Apache Commons Compress
ASL, version 2: Java Native Access, Java Native Access Platform
LGPL, version 2.1: Java Native Access, Java Native Access Platform
The Apache Software License, Version 2.0: Commons Lang, Flapdoodle Embedded MongoDB, Flapdoodle Embedded Process Util, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, jackson-databind
Eclipse Public License - v 1.0: Hamcrest JUnit
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.14.1.jar | 76.1 kB | 85 | 73 | 2 | - | Yes |
jackson-core-2.14.1.jar | 459.3 kB | 191 | 161 | 15 | - | Yes |
jackson-databind-2.14.1.jar | 1.6 MB | 808 | 769 | 24 | - | Yes |
jackson-datatype-jsr310-2.14.1.jar | 122 kB | 81 | 59 | 7 | - | Yes |
de.flapdoodle.embed.mongo-2.2.0.jar | 120.6 kB | 103 | 86 | 7 | 1.8 | Yes |
de.flapdoodle.embed.process-2.1.2.jar | 160.7 kB | 179 | 153 | 16 | 1.8 | Yes |
junit-4.13.1.jar | 382.7 kB | 387 | 348 | 32 | 1.5 | Yes |
jna-4.0.0.jar | 914.6 kB | 141 | 104 | 3 | 1.6 | Yes |
jna-platform-4.0.0.jar | 1.2 MB | 566 | 549 | 7 | 1.6 | Yes |
commons-compress-1.18.jar | 591.7 kB | 377 | 336 | 29 | 1.7 | Yes |
commons-lang3-3.1.jar | 315.8 kB | 179 | 153 | 12 | 1.5 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
hamcrest-junit-2.0.0.0.jar | 14.3 kB | 21 | 15 | 2 | 1.7 | Yes |
java-hamcrest-2.0.0.0.jar | 112.9 kB | 115 | 101 | 11 | 1.7 | Yes |
mockito-all-1.10.19.jar | 1.2 MB | 1215 | 752 | 79 | 1.5 | Yes |
bson-4.8.1.jar | 508 kB | 401 | 385 | 13 | 1.8 | Yes |
bson-record-codec-4.8.1.jar | 13.5 kB | 13 | 6 | 2 | - | Yes |
mongodb-driver-core-4.8.1.jar | 1.6 MB | 1161 | 1101 | 48 | 1.8 | Yes |
mongodb-driver-sync-4.8.1.jar | 149.9 kB | 86 | 78 | 4 | 1.8 | Yes |
slf4j-api-1.7.10.jar | 32.1 kB | 39 | 28 | 3 | 1.5 | 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 |
22 | 10 MB | 6653 | 5716 | 328 | 1.8 | 22 |
compile: 9 | compile: 4.8 MB | compile: 3266 | compile: 3040 | compile: 122 | - | compile: 9 |
test: 12 | test: 5.1 MB | test: 3374 | test: 2670 | test: 204 | - | test: 12 |
runtime: 1 | runtime: 13.5 kB | runtime: 13 | runtime: 6 | runtime: 2 | - | runtime: 1 |