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.jline | jline-reader | 3.30.6 | jar | The BSD License | 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 | 5.1.0 | jar | The Apache Software License, Version 2.0 |
| org.eclipse.sisu | org.eclipse.sisu.inject | 0.9.0.M4 | jar | Eclipse Public License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.13.4 | jar | Eclipse Public License v2.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 |
|---|---|---|---|---|
| javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 |
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 |
|---|---|---|---|---|---|
| org.jline | jline-native | 3.30.6 | jar | The BSD License | Yes |
| org.jline | jline-terminal | 3.30.6 | jar | The BSD License | 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.3.4 | jar | Apache 2.0 |
| com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 |
| com.google.guava | guava | 30.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 |
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.checkerframework | checker-qual | 3.5.0 | jar | The MIT License |
| org.junit.platform | junit-platform-commons | 1.13.4 | jar | Eclipse Public License v2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
| org.ow2.asm | asm | 9.8 | jar | BSD-3-Clause |
Project Dependency Graph
Dependency Tree
- org.codehaus.plexus:plexus-interactivity-api:jar:1.5.1
- org.jline:jline-reader:jar:3.30.6 (compile)
- org.jline:jline-terminal:jar:3.30.6 (compile)
- org.jline:jline-native:jar:3.30.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jline:jline-native:jar:3.30.6 (compile)
- org.jline:jline-terminal:jar:3.30.6 (compile)
- javax.inject:javax.inject:jar:1 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.4 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.13.4 (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.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M4 (test)
- org.ow2.asm:asm:jar:9.8 (test)
![[Information]](./images/icon_info_sml.gif)
- org.ow2.asm:asm:jar:9.8 (test)
- com.google.inject:guice:jar:5.1.0 (test)
- aopalliance:aopalliance:jar:1.0 (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:guava:jar:30.1-jre (test)
- com.google.guava:failureaccess:jar:1.0.1 (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.code.findbugs:jsr305:jar:3.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.checkerframework:checker-qual:jar:3.5.0 (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.errorprone:error_prone_annotations:jar:2.3.4 (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.j2objc:j2objc-annotations:jar:1.3 (test)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:failureaccess:jar:1.0.1 (test)
- aopalliance:aopalliance:jar:1.0 (test)
- org.jline:jline-reader:jar:3.30.6 (compile)
Licenses
Eclipse Public License, Version 2.0: org.eclipse.sisu:org.eclipse.sisu.inject
The BSD License: JLine Native Library, JLine Reader, JLine Terminal
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
BSD-3-Clause: asm
The MIT License: Checker Qual
Apache-2.0: Plexus Default Interactivity Handler
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
Apache License, Version 2.0: Guava: Google Core Libraries for Java
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 |
|---|---|---|---|---|---|---|
| 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 |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| checker-qual-3.5.0.jar | 214.4 kB | 382 | 321 | 33 | 1.8 | Yes |
| org.eclipse.sisu.inject-0.9.0.M4.jar | 305 kB | 281 | 262 | 8 | 1.8 | Yes |
| junit-jupiter-api-5.13.4.jar | 240.2 kB | 216 | 201 | 8 | 1.8 | Yes |
| junit-platform-commons-1.13.4.jar | 158.5 kB | 100 | - | - | - | - |
| • Root | - | 89 | 74 | 9 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| asm-9.8.jar | 126.1 kB | 45 | 39 | 3 | 1.5 | Yes |
| jline-native-3.30.6.jar | 190.2 kB | 70 | 18 | 1 | 1.8 | Yes |
| jline-reader-3.30.6.jar | 187.1 kB | 89 | 75 | 5 | 1.8 | Yes |
| jline-terminal-3.30.6.jar | 275.5 kB | 157 | 114 | 5 | 1.8 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 19 | 5.4 MB | 4083 | 3725 | 115 | 1.8 | 16 |
| compile: 3 | compile: 652.7 kB | compile: 316 | compile: 207 | compile: 11 | 1.8 | compile: 3 |
| provided: 1 | provided: 2.5 kB | provided: 8 | provided: 6 | provided: 1 | - | |
| test: 15 | test: 4.8 MB | test: 3759 | test: 3512 | test: 103 | 1.8 | test: 13 |

