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 | License |
---|---|---|---|---|
org.slf4j | slf4j-api | 2.0.0-beta1 | jar | MIT License |
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 | License |
---|---|---|---|---|
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-api | 5.9.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.9.0 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.6.1 | 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 | License |
---|---|---|---|---|
org.apache.maven | maven-plugin-api | 3.8.6 | jar | Apache License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.9.0.M1 | jar | Eclipse Public License, Version 1.0 |
org.projectlombok | lombok | 1.18.24 | jar | The MIT License |
org.sonatype.sisu | sisu-inject-plexus | 2.6.0 | jar | Eclipse 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.
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 | License |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.12.10 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.10 | 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.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.0 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.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:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
javax.annotation | javax.annotation-api | 1.2 | jar | CDDL + GPLv2 with classpath exception |
javax.enterprise | cdi-api | 1.2 | jar | Apache License, Version 2.0 |
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-artifact | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model | 3.8.6 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-classworlds | 2.6.0 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-component-annotations | 1.5.5 | jar | The Apache Software License, Version 2.0 |
org.codehaus.plexus | plexus-utils | 3.3.1 | jar | Apache License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.9.0.M1 | jar | Eclipse Public License, Version 1.0 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-maven-slf4j:jar:0.12.2
- org.slf4j:slf4j-api:jar:2.0.0-beta1 (compile)
- org.projectlombok:lombok:jar:1.18.24 (provided)
- org.apache.maven:maven-plugin-api:jar:3.8.6 (provided)
- org.apache.maven:maven-model:jar:3.8.6 (provided)
- org.apache.maven:maven-artifact:jar:3.8.6 (provided)
- org.apache.commons:commons-lang3:jar:3.12.0 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.3.1 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (provided)
- org.sonatype.sisu:sisu-inject-plexus:jar:2.6.0 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M1 (provided)
- javax.annotation:javax.annotation-api:jar:1.2 (provided)
- javax.enterprise:cdi-api:jar:1.2 (provided)
- javax.inject:javax.inject:jar:1 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M1 (provided)
- 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.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.0 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.mockito:mockito-core:jar:4.6.1 (test)
- net.bytebuddy:byte-buddy:jar:1.12.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.10 (test)
- org.objenesis:objenesis:jar:3.2 (test)
Licenses
Eclipse Public License, Version 1.0: Sisu-Inject-Plexus : legacy wrapper, org.eclipse.sisu.inject, org.eclipse.sisu.plexus
BSD: jcabi-maven-slf4j
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
The MIT License: Project Lombok, mockito-core
BSD License 3: Hamcrest
Apache License, Version 2.0: Apache Commons Lang, Byte Buddy (without dependencies), Byte Buddy agent, CDI APIs, Maven Artifact, Maven Model, Maven Plugin API, Objenesis, Plexus Classworlds, Plexus Common Utilities
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
CDDL + GPLv2 with classpath exception: javax.annotation API
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Plexus :: Component Annotations, javax.inject