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.guava | guava | 31.1-jre | jar | Apache License, Version 2.0 |
commons-beanutils | commons-beanutils | 1.9.4 | jar | Apache License, Version 2.0 |
info.picocli | picocli | 4.7.3 | jar | The Apache Software License, version 2.0 |
net.sf.saxon | Saxon-HE | 12.2 | jar | Mozilla Public License Version 2.0 |
org.antlr | antlr4-runtime | 4.11.1 | jar | BSD-3-Clause |
org.checkerframework | checker-qual | 3.27.0 | jar | The MIT License |
org.reflections | reflections | 0.10.2 | jar | WTFPLThe Apache Software License, Version 2.0 |
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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
com.github.caciocavallosilano | cacio-tta | 1.11 | - | jar | GPL2 with classpath exception |
com.google.truth | truth | 1.1.3 | - | jar | The Apache Software License, Version 2.0 |
com.tngtech.archunit | archunit-junit5 | 1.0.1 | - | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.12.0 | - | jar | Apache-2.0 |
de.thetaphi | forbiddenapis | 3.4 | - | jar | The Apache Software License, Version 2.0 |
nl.jqno.equalsverifier | equalsverifier | 3.14.1 | - | jar | Apache License, Version 2.0 |
org.eclipse.jgit | org.eclipse.jgit | 6.5.0.202303070854-r | - | jar | Eclipse Distribution License (New BSD License) |
org.itsallcode | junit5-system-extensions | 1.2.0 | - | jar | Eclipse Public License v2.0 |
org.jacoco | org.jacoco.agent | 0.8.8 | runtime | jar | Eclipse Public License 2.0 |
org.junit-pioneer | junit-pioneer | 2.0.0 | - | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-api | 5.9.2 | - | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.9.2 | - | jar | Eclipse Public License v2.0 |
org.mockito | mockito-inline | 5.2.0 | - | jar | The MIT License |
org.slf4j | slf4j-simple | 2.0.7 | - | jar | MIT License |
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 |
---|---|---|---|---|
org.apache.ant | ant | 1.10.13 | jar | The Apache Software License, Version 2.0 |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Licenses |
---|---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | - | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.11.0 | - | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | - | jar | The Apache Software 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 |
commons-collections | commons-collections | 3.2.2 | - | jar | Apache License, Version 2.0 |
commons-logging | commons-logging | 1.2 | - | jar | The Apache Software License, Version 2.0 |
org.javassist | javassist | 3.28.0-GA | - | jar | MPL 1.1LGPL 2.1Apache License 2.0 |
org.slf4j | slf4j-api | 1.7.32 | - | jar | MIT License |
org.xmlresolver | xmlresolver | 5.1.2 | data | jar | Apache License version 2.0 |
org.xmlresolver | xmlresolver | 5.1.2 | - | jar | Apache License version 2.0 |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
commons-codec | commons-codec | 1.15 | jar | Apache License, Version 2.0 |
org.apache.httpcomponents.client5 | httpclient5 | 5.1.3 | jar | Apache License, Version 2.0 |
org.apache.httpcomponents.core5 | httpcore5 | 5.1.3 | jar | Apache License, Version 2.0 |
org.apache.httpcomponents.core5 | httpcore5-h2 | 5.1.3 | jar | Apache License, Version 2.0 |
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:
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 |
---|---|---|---|---|
org.apache.ant | ant-launcher | 1.10.13 | jar | The Apache Software License, Version 2.0 |
The Apache Software License, version 2.0: picocli
Eclipse Public License 2.0: JaCoCo :: Agent
Apache 2.0: AutoValue Annotations, error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
GPL2 with classpath exception: Cacio Shared Module, CacioTAA Java Module
Eclipse Public License 1.0: JUnit
BSD-3-Clause: ANTLR 4 Runtime, asm
MIT License: SLF4J API Module, SLF4J Simple Binding
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit5 System Extensions, junit-pioneer
Mozilla Public License Version 2.0: Saxon-HE
Eclipse Distribution License (New BSD License): JGit - Core
New BSD License: Hamcrest Core
Apache 2: JavaEWAH
BSD: ArchUnit
LGPL-2.1+: checkstyle
WTFPL: Reflections
Apache License 2.0: Javassist
Apache License version 2.0: XML Resolver
The MIT License: Checker Qual, mockito-core, mockito-inline
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Codec, Apache Commons Collections, Apache HttpClient, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2, Byte Buddy (without dependencies), Byte Buddy agent, EqualsVerifier | release normal jar, Guava: Google Core Libraries for Java, Objenesis
Apache-2.0: Apache Commons IO
LGPL 2.1: Javassist
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Apache Ant Core, Apache Ant Launcher, Apache Commons Logging, ArchUnit, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Policeman's Forbidden API Checker, Reflections, Truth Core
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
cacio-shared-1.11.jar | 100.1 kB | 72 | 59 | 2 | - | Yes |
cacio-tta-1.11.jar | 23.5 kB | 31 | 18 | 2 | - | Yes |
auto-value-annotations-1.8.1.jar | 7.5 kB | 24 | 9 | 4 | 1.7 | No |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.11.0.jar | 16 kB | 38 | 26 | 2 | 1.7 | Yes |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-31.1-jre.jar | 3 MB | 2053 | 2023 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | No |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
truth-1.1.3.jar | 243 kB | 174 | 163 | 1 | 1.7 | Yes |
JavaEWAH-1.1.13.jar | 166.9 kB | 120 | 106 | 5 | 1.8 | Yes |
archunit-1.0.1.jar | 4.3 MB | 2965 | 2908 | 39 | - | Yes |
archunit-junit5-1.0.1.jar | 0.5 kB | 2 | 0 | 0 | - | No |
archunit-junit5-api-1.0.1.jar | 5.8 kB | 14 | 8 | 1 | 1.8 | Yes |
archunit-junit5-engine-1.0.1.jar | 52.2 kB | 45 | 36 | 1 | 1.8 | Yes |
archunit-junit5-engine-api-1.0.1.jar | 4.6 kB | 9 | 2 | 1 | 1.8 | Yes |
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes |
commons-codec-1.15.jar | 353.8 kB | 253 | 106 | 7 | 1.7 | Yes |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-io-2.12.0.jar | 474.3 kB | 349 | 323 | 14 | 1.8 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
forbiddenapis-3.4.jar | 392.9 kB | 195 | 105 | 9 | 1.7 | Yes |
picocli-4.7.3.jar | 414 kB | 233 | 228 | 2 | - | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.14.2.jar | 4.2 MB | 2921 | 2867 | 39 | - | Yes |
byte-buddy-agent-1.14.1.jar | 256.7 kB | 90 | 70 | 3 | - | Yes |
Saxon-HE-12.2.jar | 5.6 MB | 2678 | 2593 | 59 | 1.8 | Yes |
equalsverifier-3.14.1.jar | 224.5 kB | 155 | 118 | 12 | - | Yes |
antlr4-runtime-4.11.1.jar | 324 kB | 232 | 215 | 7 | 1.8 | Yes |
ant-1.10.13.jar | 2.3 MB | 1257 | 1173 | 62 | 1.8 | Yes |
ant-launcher-1.10.13.jar | 20.6 kB | 15 | 5 | 2 | 1.8 | Yes |
httpclient5-5.1.3.jar | 797.9 kB | 519 | 476 | 26 | 1.7 | Yes |
httpcore5-5.1.3.jar | 850.8 kB | 678 | 633 | 30 | 1.7 | Yes |
httpcore5-h2-5.1.3.jar | 232.1 kB | 169 | 141 | 14 | 1.7 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
checker-qual-3.27.0.jar | 223.5 kB | 426 | 358 | 30 | 1.8 | Yes |
org.eclipse.jgit-6.5.0.202303070854-r.jar | 3.1 MB | 1655 | 1579 | 54 | - | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
junit5-system-extensions-1.2.0.jar | 15.8 kB | 25 | 11 | 3 | - | Yes |
org.jacoco.agent-0.8.8-runtime.jar | 292.8 kB | 191 | 156 | 17 | 1.5 | Yes |
javassist-3.28.0-GA.jar | 851.5 kB | 474 | 426 | 17 | 1.8 | Yes |
junit-pioneer-2.0.0.jar | 177.7 kB | 156 | 141 | 9 | - | Yes |
junit-jupiter-api-5.9.2.jar | 207.8 kB | 194 | 179 | 8 | - | Yes |
junit-jupiter-engine-5.9.2.jar | 246.6 kB | 151 | 134 | 9 | - | Yes |
junit-jupiter-params-5.9.0.jar | 578.3 kB | 377 | 343 | 22 | - | Yes |
junit-platform-commons-1.9.2.jar | 103 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.9.2.jar | 189.2 kB | 143 | 127 | 9 | - | Yes |
junit-platform-launcher-1.9.0.jar | 169.2 kB | 120 | 105 | 7 | - | Yes |
mockito-core-5.2.0.jar | 687.4 kB | 637 | 565 | 64 | - | Yes |
mockito-inline-5.2.0.jar | 1.5 kB | 6 | 0 | 0 | - | No |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
asm-9.1.jar | 121.8 kB | 44 | 38 | 3 | - | 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 |
slf4j-simple-2.0.7.jar | 16 kB | 23 | 8 | 2 | - | Yes |
xmlresolver-5.1.2-data.jar | 1 MB | 430 | 0 | 0 | - | No |
xmlresolver-5.1.2.jar | 163.5 kB | 109 | 89 | 10 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
58 | 34.1 MB | 21940 | 19944 | 715 | 1.8 | 53 |
compile: 18 | compile: 12.6 MB | compile: 7577 | compile: 6740 | compile: 178 | - | compile: 16 |
test: 34 | test: 16.9 MB | test: 11472 | test: 10670 | test: 396 | - | test: 31 |
runtime: 4 | runtime: 2.2 MB | runtime: 1619 | runtime: 1356 | runtime: 77 | - | runtime: 4 |
provided: 2 | provided: 2.3 MB | provided: 1272 | provided: 1178 | provided: 64 | - | provided: 2 |