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 |
---|---|---|---|---|---|
org.apache.maven.resolver | maven-resolver-api | 2.0.0-alpha-5 | jar | Apache-2.0 | No |
org.apache.maven.resolver | maven-resolver-spi | 2.0.0-alpha-5 | jar | Apache-2.0 | No |
org.apache.maven.resolver | maven-resolver-util | 2.0.0-alpha-5 | jar | Apache-2.0 | No |
org.apache.maven.wagon | wagon-provider-api | 3.5.3 | jar | Apache License, Version 2.0 | No |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License | No |
org.codehaus.plexus | plexus-classworlds | 2.7.0 | jar | Apache License, Version 2.0 | Yes |
org.codehaus.plexus | plexus-utils | 4.0.0 | jar | Apache License, Version 2.0 | Yes |
org.codehaus.plexus | plexus-xml | 4.0.2 | jar | Apache License, Version 2.0 | Yes |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.9.0.M2 | jar | Eclipse Public License, Version 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 |
---|---|---|---|---|
com.google.inject | guice | 6.0.0 | jar | The Apache Software License, Version 2.0 |
org.apache.maven.resolver | maven-resolver-test-util | 2.0.0-alpha-5 | jar | Apache-2.0 |
org.codehaus.plexus | plexus-testing | 1.2.0 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.1 | jar | Eclipse Public License v2.0 |
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 |
---|---|---|---|---|---|
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.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.
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 |
---|---|---|---|---|---|
javax.annotation | javax.annotation-api | 1.2 | jar | CDDL + GPLv2 with classpath exception | Yes |
org.apache.maven | maven-api-meta | 4.0.0-alpha-7 | jar | Apache-2.0 | Yes |
org.apache.maven | maven-api-xml | 4.0.0-alpha-7 | jar | Apache-2.0 | Yes |
org.apache.maven | maven-xml-impl | 4.0.0-alpha-7 | jar | Apache-2.0 | Yes |
org.codehaus.plexus | plexus-component-annotations | 2.1.0 | jar | Apache License, Version 2.0 | Yes |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.9.0.M2 | jar | Eclipse Public License, Version 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 |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.7.1 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 |
com.google.guava | guava | 31.0.1-jre | jar | Apache License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
com.google.j2objc | j2objc-annotations | 1.3 | jar | The Apache Software License, Version 2.0 |
jakarta.inject | jakarta.inject-api | 2.0.1 | jar | The Apache Software License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.12.0 | jar | The MIT License |
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 |
Project Dependency Graph
Dependency Tree
- org.apache.maven.resolver:maven-resolver-transport-wagon:jar:2.0.0-alpha-5
- org.apache.maven.resolver:maven-resolver-api:jar:2.0.0-alpha-5 (compile)
- org.apache.maven.resolver:maven-resolver-spi:jar:2.0.0-alpha-5 (compile)
- org.apache.maven.resolver:maven-resolver-util:jar:2.0.0-alpha-5 (compile)
- org.apache.maven.wagon:wagon-provider-api:jar:3.5.3 (compile)
- javax.inject:javax.inject:jar:1 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.7.0 (compile)
- org.codehaus.plexus:plexus-utils:jar:4.0.0 (compile)
- org.codehaus.plexus:plexus-xml:jar:4.0.2 (compile)
- org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-7 (compile)
- org.apache.maven:maven-api-xml:jar:4.0.0-alpha-7 (compile)
- org.apache.maven:maven-api-meta:jar:4.0.0-alpha-7 (compile)
- org.apache.maven:maven-api-xml:jar:4.0.0-alpha-7 (compile)
- org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-7 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M2 (compile)
- javax.annotation:javax.annotation-api:jar:1.2 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2 (compile)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (compile)
- com.google.inject:guice:jar:6.0.0 (test)
- jakarta.inject:jakarta.inject-api:jar:2.0.1 (test)
- aopalliance:aopalliance:jar:1.0 (test)
- com.google.guava:guava:jar:31.0.1-jre (test)
- com.google.guava:failureaccess:jar:1.0.1 (test)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test)
- com.google.code.findbugs:jsr305:jar:3.0.2 (test)
- org.checkerframework:checker-qual:jar:3.12.0 (test)
- com.google.errorprone:error_prone_annotations:jar:2.7.1 (test)
- com.google.j2objc:j2objc-annotations:jar:1.3 (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.apache.maven.resolver:maven-resolver-test-util:jar:2.0.0-alpha-5 (test)
- org.codehaus.plexus:plexus-testing:jar:1.2.0 (test)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
Licenses
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Checker Qual
MIT License: SLF4J API Module, SLF4J Simple Binding
Apache-2.0: Implementation of Maven API XML, Maven 4 API Meta annotations, Maven 4 API XML, Maven Artifact Resolver API, Maven Artifact Resolver SPI, Maven Artifact Resolver Test Utilities, Maven Artifact Resolver Transport Wagon, Maven Artifact Resolver Utilities
Apache License, Version 2.0: Apache Maven Wagon :: API, Guava: Google Core Libraries for Java, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, Plexus Testing, Plexus XML Utilities
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
CDDL + GPLv2 with classpath exception: javax.annotation API
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, Jakarta Dependency Injection, javax.inject
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
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.7.1.jar | 14.8 kB | 36 | 24 | 2 | 1.7 | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-31.0.1-jre.jar | 3 MB | 2090 | 2060 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
guice-6.0.0.jar | 805.7 kB | 525 | 507 | 11 | 1.8 | Yes |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
jakarta.inject-api-2.0.1.jar | 10.7 kB | 18 | 7 | 2 | 9 | No |
maven-resolver-api-2.0.0-alpha-5.jar | 160.1 kB | 168 | 145 | 11 | 1.8 | Yes |
maven-resolver-spi-2.0.0-alpha-5.jar | 49.4 kB | 79 | 53 | 12 | 1.8 | Yes |
maven-resolver-test-util-2.0.0-alpha-5.jar | 63.7 kB | 44 | 28 | 1 | 1.8 | Yes |
maven-resolver-util-2.0.0-alpha-5.jar | 203.7 kB | 161 | 134 | 13 | 1.8 | Yes |
wagon-provider-api-3.5.3.jar | 55.1 kB | 60 | 39 | 8 | 1.7 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
checker-qual-3.12.0.jar | 208.8 kB | 399 | 333 | 29 | 1.8 | Yes |
plexus-testing-1.2.0.jar | 6.5 kB | 13 | 2 | 1 | 1.8 | Yes |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | 9 | Yes |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | 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 |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
maven-api-meta-4.0.0-alpha-7.jar | 11.5 kB | 25 | 10 | 1 | 1.8 | No |
maven-api-xml-4.0.0-alpha-7.jar | 8.4 kB | 16 | 1 | 1 | 1.8 | Yes |
maven-xml-impl-4.0.0-alpha-7.jar | 19.5 kB | 21 | 6 | 1 | 1.8 | Yes |
plexus-classworlds-2.7.0.jar | 53.3 kB | 51 | 36 | 5 | 1.8 | Yes |
plexus-component-annotations-2.1.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No |
plexus-utils-4.0.0.jar | 192.4 kB | 128 | 86 | 7 | 11 | Yes |
plexus-xml-4.0.2.jar | 89.1 kB | 43 | 24 | 2 | 1.8 | Yes |
org.eclipse.sisu.inject-0.9.0.M2.jar | 424.6 kB | 318 | 294 | 9 | 1.8 | Yes |
org.eclipse.sisu.plexus-0.9.0.M2.jar | 209.8 kB | 203 | 165 | 20 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
33 | 6 MB | 4907 | 4318 | 190 | 11 | 27 |
compile: 15 | compile: 1.5 MB | compile: 1363 | compile: 1045 | compile: 98 | 11 | compile: 13 |
provided: 1 | provided: 2.5 kB | provided: 8 | provided: 6 | provided: 1 | - | |
test: 17 | test: 4.5 MB | test: 3536 | test: 3267 | test: 91 | 9 | test: 14 |