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 |
---|---|---|---|---|
org.apache.maven.resolver | maven-resolver-api | 1.9.16 | jar | Apache-2.0 |
org.apache.maven.resolver | maven-resolver-named-locks | 1.9.16 | jar | Apache-2.0 |
org.apache.maven.resolver | maven-resolver-spi | 1.9.16 | jar | Apache-2.0 |
org.apache.maven.resolver | maven-resolver-util | 1.9.16 | jar | Apache-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 |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.apache.maven.resolver | maven-resolver-test-util | 1.9.16 | jar | Apache-2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-core | 2.2 | jar | BSD License 3 |
org.mockito | mockito-core | 4.11.0 | jar | The MIT License |
org.slf4j | slf4j-simple | 1.7.36 | jar | MIT License |
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.google.inject | guice | 5.1.0 | jar | The Apache Software License, Version 2.0 | Yes |
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 | Yes |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.3.5 | jar | Eclipse Public License, Version 1.0 | Yes |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.12.19 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.19 | jar | Apache License, Version 2.0 |
org.objenesis | objenesis | 3.3 | jar | 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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain | Yes |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.google.errorprone | error_prone_annotations | 2.3.4 | jar | Apache 2.0 | Yes |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 | Yes |
com.google.guava | guava | 30.1-jre | jar | Apache License, Version 2.0 | Yes |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 | Yes |
com.google.j2objc | j2objc-annotations | 1.3 | jar | The Apache Software License, Version 2.0 | Yes |
org.checkerframework | checker-qual | 3.5.0 | jar | The MIT License | Yes |
Project Dependency Graph
Dependency Tree
- org.apache.maven.resolver:maven-resolver-impl:jar:1.9.16
- org.apache.maven.resolver:maven-resolver-api:jar:1.9.16 (compile)
- org.apache.maven.resolver:maven-resolver-spi:jar:1.9.16 (compile)
- org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.16 (compile)
- org.apache.maven.resolver:maven-resolver-util:jar:1.9.16 (compile)
- javax.inject:javax.inject:jar:1 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (provided)
- com.google.inject:guice:jar:5.1.0 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- com.google.guava:guava:jar:30.1-jre (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- org.checkerframework:checker-qual:jar:3.5.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.3.4 (provided)
- com.google.j2objc:j2objc-annotations:jar:1.3 (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.mockito:mockito-core:jar:4.11.0 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.19 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- org.apache.maven.resolver:maven-resolver-test-util:jar:1.9.16 (test)
- org.apache.maven.resolver:maven-resolver-api:jar:1.9.16 (compile)
Licenses
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject
Apache 2.0: error-prone annotations
Eclipse Public License 1.0: JUnit
The MIT License: Checker Qual, mockito-core
MIT License: SLF4J API Module, SLF4J Simple Binding
BSD License 3: Hamcrest, Hamcrest Core
Apache-2.0: Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Named Locks, Maven Artifact Resolver SPI, Maven Artifact Resolver Test Utilities, Maven Artifact Resolver Utilities
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, Objenesis
Public Domain: AOP alliance
The Apache Software License, Version 2.0: FindBugs-jsr305, Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, javax.inject
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.12.19.jar | 4 MB | 2742 | 2688 | 39 | 9 | Yes |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | 70 | 3 | 9 | Yes |
maven-resolver-api-1.9.16.jar | 157.6 kB | 170 | 146 | 12 | 1.8 | Yes |
maven-resolver-named-locks-1.9.16.jar | 37.8 kB | 40 | 22 | 3 | 1.8 | Yes |
maven-resolver-spi-1.9.16.jar | 51.5 kB | 84 | 58 | 12 | 1.8 | Yes |
maven-resolver-test-util-1.9.16.jar | 56.5 kB | 41 | 25 | 1 | 1.8 | Yes |
maven-resolver-util-1.9.16.jar | 194.7 kB | 156 | 129 | 13 | 1.8 | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes |
mockito-core-4.11.0.jar | 684.9 kB | 651 | 579 | 64 | 1.8 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.3.4.jar | 13.9 kB | 34 | 22 | 2 | 1.7 | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-30.1-jre.jar | 2.9 MB | 2059 | 2029 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
guice-5.1.0.jar | 777.6 kB | 512 | 494 | 11 | 1.8 | Yes |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
checker-qual-3.5.0.jar | 214.4 kB | 382 | 321 | 33 | 1.8 | Yes |
org.eclipse.sisu.inject-0.3.5.jar | 379.3 kB | 289 | 271 | 9 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 10.3 MB | 8008 | 7464 | 287 | 9 | 22 |
compile: 5 | compile: 482.7 kB | compile: 496 | compile: 389 | compile: 44 | 1.8 | compile: 5 |
provided: 11 | provided: 4.3 MB | provided: 3390 | provided: 3201 | provided: 81 | provided: 8 | |
test: 9 | test: 5.5 MB | test: 4122 | test: 3874 | test: 162 | 9 | test: 9 |