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 |
---|---|---|---|---|
com.github.robtimus | junit-support | 2.2 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest | 3.0 | jar | BSD-3-Clause |
org.junit.jupiter | junit-jupiter | 5.13.4 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.11.0 | jar | The 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 |
---|---|---|---|---|
com.puppycrawl.tools | checkstyle | 9.3 | jar | LGPL-2.1+ |
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 |
---|---|---|---|---|
com.github.robtimus | io-functions | 2.0 | jar | The Apache Software License, Version 2.0 |
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.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.13.4 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.13.4 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.13.4 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.13.4 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.13.4 | 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:
Project Dependency Graph
Dependency Tree
- com.github.robtimus:checkstyle-extension:jar:1.0.1
- com.puppycrawl.tools:checkstyle:jar:9.3 (provided)
- info.picocli:picocli:jar:4.6.2 (provided)
- org.antlr:antlr4-runtime:jar:4.9.3 (provided)
- commons-beanutils:commons-beanutils:jar:1.9.4 (provided)
- commons-logging:commons-logging:jar:1.2 (provided)
- commons-collections:commons-collections:jar:3.2.2 (provided)
- commons-logging:commons-logging:jar:1.2 (provided)
- com.google.guava:guava:jar:31.0.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.12.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.7.1 (provided)
- com.google.j2objc:j2objc-annotations:jar:1.3 (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- org.reflections:reflections:jar:0.10.2 (provided)
- org.javassist:javassist:jar:3.28.0-GA (provided)
- org.slf4j:slf4j-api:jar:1.7.32 (provided)
- org.javassist:javassist:jar:3.28.0-GA (provided)
- net.sf.saxon:Saxon-HE:jar:10.6 (provided)
- info.picocli:picocli:jar:4.6.2 (provided)
- org.junit.jupiter:junit-jupiter:jar:5.13.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.4 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.13.4 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.13.4 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.13.4 (test)
- org.junit.platform:junit-platform-engine:jar:1.13.4 (test)
- org.junit.platform:junit-platform-engine:jar:1.13.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.4 (test)
- org.hamcrest:hamcrest:jar:3.0 (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)
- com.github.robtimus:junit-support:jar:2.2 (test)
- com.github.robtimus:io-functions:jar:2.0 (test)
- com.github.robtimus:io-functions:jar:2.0 (test)
- com.puppycrawl.tools:checkstyle:jar:9.3 (provided)
Licenses
The Apache Software License, version 2.0: picocli
The BSD License: ANTLR 4 Runtime
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
BSD-3-Clause: Hamcrest
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Mozilla Public License Version 2.0: Saxon-HE
LGPL-2.1+: checkstyle
WTFPL: Reflections
Apache License 2.0: Javassist
The MIT License: Checker Qual, mockito-core
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, Objenesis
LGPL 2.1: Javassist
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Apache Commons Logging, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Reflections, checkstyle-extension, io-functions, junit-support
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
io-functions-2.0.jar | 62.6 kB | 58 | 45 | 2 | 1.8 | Yes |
junit-support-2.2.jar | 550.5 kB | 386 | 364 | 11 | 1.8 | 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 | - | - |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
checkstyle-9.3.jar | 2 MB | 1284 | 850 | 29 | 1.8 | Yes |
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
picocli-4.6.2.jar | 402.9 kB | 229 | - | - | - | - |
• Root | - | 227 | 223 | 1 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-1.12.19.jar | 4 MB | 2742 | - | - | - | - |
• Root | - | 2740 | 2687 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | - | - | - | - |
• Root | - | 88 | 69 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
Saxon-HE-10.6.jar | 5.8 MB | 2621 | 2246 | 55 | 1.8 | Yes |
antlr4-runtime-4.9.3.jar | 336.7 kB | 237 | 220 | 7 | 1.7 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
checker-qual-3.12.0.jar | 208.8 kB | 399 | 333 | 29 | 1.8 | Yes |
hamcrest-3.0.jar | 126.4 kB | 123 | 108 | 11 | 1.8 | Yes |
javassist-3.28.0-GA.jar | 851.5 kB | 474 | 426 | 17 | 1.8 | Yes |
junit-jupiter-5.13.4.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.13.4.jar | 240.2 kB | 216 | 201 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.13.4.jar | 341.1 kB | 178 | 161 | 9 | 1.8 | Yes |
junit-jupiter-params-5.13.4.jar | 660.8 kB | 431 | 397 | 22 | 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 |
junit-platform-engine-1.13.4.jar | 268.6 kB | 189 | 170 | 10 | 1.8 | 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 |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
reflections-0.10.2.jar | 130.4 kB | 87 | 74 | 5 | 1.8 | Yes |
slf4j-api-1.7.32.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
32 | 21 MB | 13526 | 12075 | 392 | 9 | 29 |
provided: 17 | provided: 13.6 MB | provided: 8274 | provided: 7164 | provided: 191 | 1.8 | provided: 15 |
test: 15 | test: 7.4 MB | test: 5252 | test: 4911 | test: 201 | 9 | test: 14 |