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 | 1.7.5 | 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 |
---|---|---|---|---|
junit | junit | 4.11 | jar | Common Public License Version 1.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License |
org.mockito | mockito-core | 1.9.5 | 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.0.5 | jar | The Apache Software License, Version 2.0 |
org.projectlombok | lombok | 0.12.0 | jar | The MIT License |
org.sonatype.sisu | sisu-inject-plexus | 2.3.4 | 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 |
---|---|---|---|---|
org.objenesis | objenesis | 1.0 | jar | 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-artifact | 3.0.5 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-model | 3.0.5 | jar | The Apache Software License, Version 2.0 |
org.codehaus.plexus | plexus-classworlds | 2.4.2 | jar | The Apache Software 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.0.10 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-maven-slf4j:jar:0.8
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- org.projectlombok:lombok:jar:0.12.0 (provided)
- org.apache.maven:maven-plugin-api:jar:3.0.5 (provided)
- org.apache.maven:maven-model:jar:3.0.5 (provided)
- org.apache.maven:maven-artifact:jar:3.0.5 (provided)
- org.sonatype.sisu:sisu-inject-plexus:jar:2.3.4 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.4.2 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.0.10 (provided)
- junit:junit:jar:4.11 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.mockito:mockito-core:jar:1.9.5 (test)
- org.objenesis:objenesis:jar:1.0 (test)
Licenses
New BSD License: Hamcrest Core, Hamcrest library
BSD: jcabi-maven-slf4j
Eclipse Public License, Version 1.0: Sisu-Inject-Plexus : Aggregate OSGi bundle
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Maven Artifact, Maven Model, Maven Plugin API, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities
MIT License: Objenesis, SLF4J API Module
The MIT License: Mockito, Project Lombok