Fork me on GitHub

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.surefire common-java5 3.5.2 jar Apache-2.0
org.apache.maven.surefire common-junit4 3.5.2 jar Apache-2.0
org.apache.maven.surefire common-junit48 3.5.2 jar Apache-2.0
org.apache.maven.surefire surefire-api 3.5.2 jar Apache-2.0
org.apache.maven.surefire surefire-logger-api 3.5.2 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
com.github.stephenc.jcip jcip-annotations 1.0-1 jar Apache License, Version 2.0
org.apache.maven.surefire maven-surefire-common 3.5.2 jar Apache-2.0
org.assertj assertj-core 3.26.3 jar Apache License, Version 2.0
org.hamcrest hamcrest 3.0 jar BSD-3-Clause
org.mockito mockito-core 2.28.2 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
junit junit 4.8.2 jar Common Public License Version 1.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
org.apache.maven.surefire common-junit3 3.5.2 jar Apache-2.0
org.apache.maven.surefire surefire-grouper 3.5.2 jar Apache-2.0
org.apache.maven.surefire surefire-shared-utils 3.5.2 jar The Apache Software License, Version 2.0

runtime

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.17.1 jar Apache-2.0
commons-io commons-io 2.17.0 jar Apache-2.0
org.apache.commons commons-compress 1.27.1 jar Apache-2.0
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0
org.apache.maven.shared maven-shared-utils 3.3.4 jar Apache License, Version 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
com.thoughtworks.qdox qdox 2.1.0 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy 1.9.10 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy-agent 1.9.10 jar The Apache Software License, Version 2.0
org.apache.maven.resolver maven-resolver-api 1.4.1 jar Apache License, Version 2.0
org.apache.maven.resolver maven-resolver-util 1.4.1 jar Apache License, Version 2.0
org.apache.maven.shared maven-common-artifact-filters 3.4.0 jar Apache-2.0
org.apache.maven.surefire surefire-booter 3.5.2 jar Apache-2.0
org.apache.maven.surefire surefire-extensions-api 3.5.2 jar Apache-2.0
org.apache.maven.surefire surefire-extensions-spi 3.5.2 jar Apache-2.0
org.codehaus.plexus plexus-java 1.3.0 jar Apache License, Version 2.0
org.objenesis objenesis 2.6 jar Apache 2
org.ow2.asm asm 9.7 jar BSD-3-Clause
org.slf4j slf4j-api 1.7.36 jar MIT License

Project Dependency Graph

Dependency Tree

Licenses

Apache 2: Objenesis

MIT License: SLF4J API Module

BSD-3-Clause: Hamcrest, asm

The MIT License: mockito-core

Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Maven Common Artifact Filters, Maven Surefire Common, Maven Surefire Test-Grouping Support, Shared JUnit3 Provider Code, Shared JUnit4 Provider Code, Shared JUnit48 Provider Code, Shared Java 5 Provider Base, Surefire API, Surefire Booter, Surefire Extensions API, Surefire Extensions SPI, Surefire JUnitCore Runner, Surefire Logger API

Apache License, Version 2.0: Apache Maven Shared Utils, AssertJ Core, JCIP Annotations under Apache License, Maven Artifact Resolver API, Maven Artifact Resolver Utilities, Plexus Languages :: Java

The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, QDox, Surefire Shared Utils

Common Public License Version 1.0: JUnit

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jcip-annotations-1.0-1.jar 4.7 kB 14 4 1 1.5 No
qdox-2.1.0.jar 347.5 kB 265 239 17 1.8 Yes
commons-codec-1.17.1.jar 372.7 kB 262 - - - -
   • Root - 261 114 7 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-io-2.17.0.jar 516 kB 378 - - - -
   • Root - 377 350 15 1.8 Yes
   • Versioned - 1 1 1 9 No
junit-4.8.2.jar 237.3 kB 267 230 30 1.5 Yes
byte-buddy-1.9.10.jar 3.3 MB 2368 - - - -
   • Root - 2367 2318 36 1.6 Yes
   • Versioned - 1 1 1 9 No
byte-buddy-agent-1.9.10.jar 43.4 kB 41 - - - -
   • Root - 40 30 1 1.5 Yes
   • Versioned - 1 1 1 9 No
commons-compress-1.27.1.jar 1.1 MB 625 - - - -
   • Root - 624 572 36 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-lang3-3.17.0.jar 673.6 kB 426 - - - -
   • Root - 425 395 18 1.8 Yes
   • Versioned - 1 1 1 9 No
maven-resolver-api-1.4.1.jar 149 kB 156 132 12 1.7 Yes
maven-resolver-util-1.4.1.jar 167.5 kB 132 105 13 1.7 Yes
maven-common-artifact-filters-3.4.0.jar 58.5 kB 62 42 5 1.8 Yes
maven-shared-utils-3.3.4.jar 153.1 kB 103 79 9 1.7 Yes
common-java5-3.5.2.jar 17.6 kB 22 7 1 1.8 Yes
common-junit3-3.5.2.jar 11.9 kB 18 2 1 1.8 Yes
common-junit4-3.5.2.jar 25.9 kB 28 12 1 1.8 Yes
common-junit48-3.5.2.jar 21.7 kB 26 10 1 1.8 Yes
maven-surefire-common-3.5.2.jar 311.2 kB 191 159 13 1.8 Yes
surefire-api-3.5.2.jar 170.6 kB 166 138 13 1.8 Yes
surefire-booter-3.5.2.jar 117.7 kB 77 58 3 1.8 Yes
surefire-extensions-api-3.5.2.jar 26 kB 39 23 2 1.8 Yes
surefire-extensions-spi-3.5.2.jar 8.2 kB 16 1 1 1.8 No
surefire-grouper-3.5.2.jar 40.3 kB 34 17 2 1.8 Yes
surefire-logger-api-3.5.2.jar 13.6 kB 23 6 1 1.8 Yes
surefire-shared-utils-3.5.2.jar 2.8 MB 1756 1510 85 1.8 Yes
assertj-core-3.26.3.jar 1.4 MB 882 - - - -
   • Root - 878 839 27 1.8 Yes
   • Versioned - 4 1 1 9 No
plexus-java-1.3.0.jar 57.3 kB 66 - - - -
   • Root - 56 37 2 1.8 Yes
   • Versioned - 10 3 2 9 Yes
hamcrest-3.0.jar 126.4 kB 123 108 11 1.8 Yes
mockito-core-2.28.2.jar 591.2 kB 635 562 65 1.6 Yes
objenesis-2.6.jar 55.7 kB 59 43 10 1.6 Yes
asm-9.7.jar 125.4 kB 45 39 3 1.5 Yes
slf4j-api-1.7.36.jar 41.1 kB 46 34 4 1.5 Yes
Total Size Entries Classes Packages Java Version Debug Information
32 13.1 MB 9351 8215 446 1.8 30
compile: 8 compile: 3.1 MB compile: 2073 compile: 1702 compile: 105 1.8 compile: 8
runtime: 5 runtime: 2.8 MB runtime: 1794 runtime: 1510 runtime: 85 runtime: 5
provided: 1 provided: 237.3 kB provided: 267 provided: 230 provided: 30 provided: 1
test: 18 test: 6.9 MB test: 5217 test: 4773 test: 226 1.8 test: 16