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.slf4j | slf4j-api | 2.0.16 | jar | MIT License | No |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 | 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 |
---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.apache.commons | commons-text | 1.12.0 | jar | Apache-2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.9.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.9.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.9.0 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.14.2 | jar | MIT |
org.slf4j | slf4j-reload4j | 2.0.16 | jar | MIT License |
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 |
---|---|---|---|---|
ch.qos.reload4j | reload4j | 1.2.22 | jar | The Apache Software License, Version 2.0 |
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.junit.platform | junit-platform-commons | 1.9.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-log:bundle:0.24.3
- log4j:log4j:jar:1.2.17 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.slf4j:slf4j-reload4j:jar:2.0.16 (test)
- ch.qos.reload4j:reload4j:jar:1.2.22 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.0 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.9.0 (test)
- org.mockito:mockito-core:jar:5.14.2 (test)
- net.bytebuddy:byte-buddy:jar:1.15.4 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.4 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- org.apache.commons:commons-lang3:jar:3.17.0 (test)
- org.apache.commons:commons-text:jar:1.12.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.1 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
Licenses
3-Clause BSD License: jcabi-log
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J Reload4j Provider
BSD License 3: Hamcrest
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Apache-2.0: Apache Commons Lang, Apache Commons Text
MIT: mockito-core
The Apache Software License, Version 2.0: Apache Log4j, reload4j