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 | 2.0.14 | jar | Apache-2.0 |
| org.apache.maven.resolver | maven-resolver-named-locks | 2.0.14 | jar | Apache-2.0 |
| org.apache.maven.resolver | maven-resolver-spi | 2.0.14 | jar | Apache-2.0 |
| org.apache.maven.resolver | maven-resolver-util | 2.0.14 | jar | Apache-2.0 |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
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.jimfs | jimfs | 1.3.1 | jar | The Apache Software License, Version 2.0 |
| org.apache.maven.resolver | maven-resolver-test-util | 2.0.14 | jar | Apache-2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.14.1 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 5.14.1 | jar | Eclipse Public License v2.0 |
| org.mockito | mockito-core | 5.21.0 | jar | MIT |
| org.slf4j | slf4j-simple | 2.0.17 | 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 | Classifier | Type | Licenses | Optional |
|---|---|---|---|---|---|---|
| com.google.inject | guice | 5.1.0 | classes | 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.9.0.M4 | - | jar | Eclipse Public 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 |
|---|---|---|---|---|
| com.google.code.gson | gson | 2.13.2 | jar | Apache-2.0 |
| com.google.errorprone | error_prone_annotations | 2.41.0 | jar | Apache 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 |
|---|---|---|---|---|
| net.bytebuddy | byte-buddy | 1.17.7 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy-agent | 1.17.7 | 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.14.1 | jar | Eclipse Public License v2.0 |
| org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.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.google.guava | failureaccess | 1.0.3 | jar | Apache License, Version 2.0 | No |
| com.google.guava | guava | 33.5.0-jre | jar | Apache License, Version 2.0 | No |
| com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 | No |
| com.google.j2objc | j2objc-annotations | 3.1 | jar | Apache License, Version 2.0 | No |
| org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 | No |
| aopalliance | aopalliance | 1.0 | jar | Public Domain | Yes |
| org.ow2.asm | asm | 9.8 | jar | BSD-3-Clause | Yes |
Project Dependency Graph
Dependency Tree
- org.apache.maven.resolver:maven-resolver-impl:jar:2.0.14
- org.apache.maven.resolver:maven-resolver-api:jar:2.0.14 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.maven.resolver:maven-resolver-spi:jar:2.0.14 (compile)
- com.google.code.gson:gson:jar:2.13.2 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.41.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.errorprone:error_prone_annotations:jar:2.41.0 (compile)
- com.google.code.gson:gson:jar:2.13.2 (compile)
- org.apache.maven.resolver:maven-resolver-named-locks:jar:2.0.14 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.maven.resolver:maven-resolver-util:jar:2.0.14 (compile)
![[Information]](./images/icon_info_sml.gif)
- javax.inject:javax.inject:jar:1 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M4 (provided)
- org.ow2.asm:asm:jar:9.8 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.ow2.asm:asm:jar:9.8 (provided)
- com.google.inject:guice:jar:classes:5.1.0 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:guava:jar:33.5.0-jre (provided)
- com.google.guava:failureaccess:jar:1.0.3 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (provided)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.j2objc:j2objc-annotations:jar:3.1 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:failureaccess:jar:1.0.3 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.14.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.mockito:mockito-core:jar:5.21.0 (test)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy-agent:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
- org.apache.maven.resolver:maven-resolver-test-util:jar:2.0.14 (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.jimfs:jimfs:jar:1.3.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.maven.resolver:maven-resolver-api:jar:2.0.14 (compile)
Licenses
Eclipse Public License, Version 2.0: org.eclipse.sisu:org.eclipse.sisu.inject
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD-3-Clause: asm
Apache-2.0: Gson, 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 InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Params, JUnit Platform Commons
MIT: SLF4J API Module, SLF4J Simple Provider, mockito-core
Public Domain: AOP alliance
The Apache Software License, Version 2.0: Google Guice - Core Library, Guava ListenableFuture only, Jimfs, javax.inject
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| gson-2.13.2.jar | 289.9 kB | 226 | - | - | - | - |
| • Root | - | 224 | 203 | 9 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| error_prone_annotations-2.41.0.jar | 20.4 kB | 49 | - | - | - | - |
| • Root | - | 42 | 29 | 2 | 1.8 | Yes |
| • Versioned | - | 7 | 1 | 1 | 9 | No |
| failureaccess-1.0.3.jar | 10.8 kB | 25 | - | - | - | - |
| • Root | - | 17 | 2 | 1 | 1.8 | Yes |
| • Versioned | - | 8 | 1 | 1 | 9 | No |
| guava-33.5.0-jre.jar | 3 MB | 2002 | - | - | - | - |
| • Root | - | 2000 | 1961 | 18 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
| j2objc-annotations-3.1.jar | 16.8 kB | 38 | - | - | - | - |
| • Root | - | 36 | 24 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| jimfs-1.3.1.jar | 214.3 kB | 138 | 125 | 1 | 1.8 | Yes |
| byte-buddy-1.17.7.jar | 9 MB | 6066 | - | - | - | - |
| • Root | - | 3023 | 2970 | 38 | 1.5 | Yes |
| • Versioned | - | 3013 | 2971 | 39 | 1.8 | Yes |
| • Versioned | - | 30 | 25 | 1 | 24 | Yes |
| byte-buddy-agent-1.17.7.jar | 366.2 kB | 170 | - | - | - | - |
| • Root | - | 91 | 72 | 2 | 1.5 | Yes |
| • Versioned | - | 79 | 73 | 3 | 1.8 | Yes |
| maven-resolver-api-2.0.14.jar | 178.1 kB | 179 | 155 | 13 | 1.8 | Yes |
| maven-resolver-named-locks-2.0.14.jar | 44.1 kB | 42 | 24 | 3 | 1.8 | Yes |
| maven-resolver-spi-2.0.14.jar | 80.9 kB | 123 | 90 | 20 | 1.8 | Yes |
| maven-resolver-test-util-2.0.14.jar | 55.5 kB | 41 | 25 | 1 | 1.8 | Yes |
| maven-resolver-util-2.0.14.jar | 266.7 kB | 197 | 170 | 14 | 1.8 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
| • Root | - | 10 | 4 | 1 | 1.8 | No |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| junit-jupiter-api-5.14.1.jar | 242.5 kB | 217 | 202 | 8 | 1.8 | Yes |
| junit-jupiter-params-5.14.1.jar | 663.1 kB | 433 | 399 | 22 | 1.8 | Yes |
| junit-platform-commons-1.14.1.jar | 164.4 kB | 105 | - | - | - | - |
| • Root | - | 94 | 78 | 10 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| mockito-core-5.21.0.jar | 711.5 kB | 648 | 576 | 66 | 11 | Yes |
| objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - |
| • Root | - | 20 | 6 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
| guice-5.1.0-classes.jar | 656.9 kB | 478 | 460 | 10 | 1.8 | Yes |
| javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
| org.eclipse.sisu.inject-0.9.0.M4.jar | 305 kB | 281 | 262 | 8 | 1.8 | Yes |
| asm-9.8.jar | 126.1 kB | 45 | 39 | 3 | 1.5 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 29 | 16.6 MB | 11723 | 8001 | 273 | 11 | 26 |
| compile: 7 | compile: 950 kB | compile: 887 | compile: 726 | compile: 65 | 1.8 | compile: 7 |
| provided: 10 | provided: 4.1 MB | provided: 2913 | provided: 2767 | provided: 45 | provided: 7 | |
| test: 12 | test: 11.5 MB | test: 7923 | test: 4508 | test: 163 | 11 | test: 12 |


