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 |
---|---|---|---|---|
org.hamcrest | hamcrest-library | 3.0 | jar | BSD-3-Clause |
org.junit.jupiter | junit-jupiter | 5.11.3 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.14.2 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.14.2 | 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 | Type | Licenses |
---|---|---|---|---|
io.wcm.tooling.spotbugs | io.wcm.tooling.spotbugs.annotations | 1.0.0 | jar | The Apache Software License, Version 2.0 |
org.jetbrains | annotations | 26.0.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.
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.15.4 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.15.4 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest | 3.0 | jar | BSD-3-Clause |
org.hamcrest | hamcrest-core | 3.0 | jar | BSD-3-Clause |
org.junit.jupiter | junit-jupiter-api | 5.11.3 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.3 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.3 | 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 |
Project Dependency Graph
Dependency Tree
- io.wcm.devops:public_site:pom:1
Public Site Description: Project contains the public website content for the devops.wcm.io site root.
Project Licenses: The Apache Software License, Version 2.0
- org.jetbrains:annotations:jar:26.0.1 (provided)
JetBrains Java Annotations Description: A set of annotations used for code inspection support and code documentation.
URL: https://github.com/JetBrains/java-annotations
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:jar:1.0.0 (provided)
Subset of Spotbugs Annotations Description: Contains a subset of Spotbugs Annotations for suppressing warnings in code.
URL: https://github.com/wcm-io/wcm-io-tooling/tree/develop/misc/spotbugs-annotations
Project Licenses: The Apache Software License, Version 2.0
- org.hamcrest:hamcrest-library:jar:3.0 (test)
Hamcrest Library Description: A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD-3-Clause
- org.hamcrest:hamcrest-core:jar:3.0 (test)
Hamcrest Core Description: Core Hamcrest API - deprecated, please use "hamcrest" instead
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD-3-Clause
- org.hamcrest:hamcrest:jar:3.0 (test)
Hamcrest Description: Core API and libraries of hamcrest matcher framework.
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD-3-Clause
- org.hamcrest:hamcrest:jar:3.0 (test)
- org.hamcrest:hamcrest-core:jar:3.0 (test)
- org.mockito:mockito-core:jar:5.14.2 (test)
mockito-core Description: Mockito mock objects library core API and implementation
URL: https://github.com/mockito/mockito
Project Licenses: MIT
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
Byte Buddy (without dependencies) Description: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: https://bytebuddy.net/byte-buddy
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy-agent:jar:1.15.4 (test)
Byte Buddy agent Description: The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
URL: https://bytebuddy.net/byte-buddy-agent
Project Licenses: Apache License, Version 2.0
- org.objenesis:objenesis:jar:3.3 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org/objenesis
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
- org.mockito:mockito-junit-jupiter:jar:5.14.2 (test)
mockito-junit-jupiter Description: Mockito JUnit 5 support
URL: https://github.com/mockito/mockito
Project Licenses: MIT
- org.junit.jupiter:junit-jupiter-api:jar:5.11.3 (test)
JUnit Jupiter API Description: Module "junit-jupiter-api" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
org.opentest4j:opentest4j Description: Open Test Alliance for the JVM
URL: https://github.com/ota4j-team/opentest4j
Project Licenses: The Apache License, Version 2.0
- org.junit.platform:junit-platform-commons:jar:1.11.3 (test)
JUnit Platform Commons Description: Module "junit-platform-commons" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
org.apiguardian:apiguardian-api Description: @API Guardian
URL: https://github.com/apiguardian-team/apiguardian
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.3 (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.3 (test)
JUnit Jupiter (Aggregator) Description: Module "junit-jupiter" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-params:jar:5.11.3 (test)
JUnit Jupiter Params Description: Module "junit-jupiter-params" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.3 (test)
JUnit Jupiter Engine Description: Module "junit-jupiter-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
JUnit Platform Engine API Description: Module "junit-platform-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.3 (test)
- org.jetbrains:annotations:jar:26.0.1 (provided)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD-3-Clause: Hamcrest, Hamcrest Core, Hamcrest Library
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
MIT: mockito-core, mockito-junit-jupiter
The Apache Software License, Version 2.0: JetBrains Java Annotations, Public Site, Subset of Spotbugs Annotations
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
io.wcm.tooling.spotbugs.annotations-1.0.0.jar | 3.9 kB | 13 | 1 | 1 | 1.8 | No |
byte-buddy-1.15.4.jar | 4.2 MB | 2955 | 2901 | 39 | 9 | Yes |
byte-buddy-agent-1.15.4.jar | 262.8 kB | 93 | 73 | 3 | 9 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
hamcrest-3.0.jar | 126.4 kB | 123 | 108 | 11 | 1.8 | Yes |
hamcrest-core-3.0.jar | 2.4 kB | 9 | 1 | 1 | 1.8 | Yes |
hamcrest-library-3.0.jar | 2.4 kB | 9 | 1 | 1 | 1.8 | Yes |
annotations-26.0.1.jar | 31.2 kB | 72 | 61 | 3 | 9 | Yes |
junit-jupiter-5.11.3.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.11.3.jar | 216.4 kB | 197 | 182 | 8 | 9 | Yes |
junit-jupiter-engine-5.11.3.jar | 260.1 kB | 152 | 135 | 9 | 9 | Yes |
junit-jupiter-params-5.11.3.jar | 591.6 kB | 388 | 354 | 22 | 9 | Yes |
junit-platform-commons-1.11.3.jar | 142 kB | 88 | 66 | 8 | 9 | Yes |
junit-platform-engine-1.11.3.jar | 246.8 kB | 177 | 158 | 10 | 9 | Yes |
mockito-core-5.14.2.jar | 707.7 kB | 646 | 574 | 64 | 11 | Yes |
mockito-junit-jupiter-5.14.2.jar | 8.9 kB | 13 | 5 | 2 | 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 | 9 | Yes |
18 | 6.9 MB | 5023 | 4676 | 197 | 11 | 16 |
provided: 2 | provided: 35.1 kB | provided: 85 | provided: 62 | provided: 4 | 9 | provided: 1 |
test: 16 | test: 6.9 MB | test: 4938 | test: 4614 | test: 193 | 11 | test: 15 |