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 |
---|---|---|---|---|
com.jcabi | jcabi-aspects | 0.7.22 | jar | BSD |
javax.validation | validation-api | 1.1.0.Final | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.1 | 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 | License |
---|---|---|---|---|
org.aspectj | aspectjrt | 1.7.3 | jar | Eclipse Public License - v 1.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 | License |
---|---|---|---|---|
junit | junit | 4.11 | jar | Common Public License Version 1.0 |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.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 |
org.slf4j | slf4j-log4j12 | 1.7.5 | 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.hibernate | hibernate-validator | 5.0.1.Final | jar | Apache License, Version 2.0 |
org.projectlombok | lombok | 0.12.0 | jar | The 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.
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 |
---|---|---|---|---|
com.jcabi | jcabi-log | 0.7.21 | jar | BSD |
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 |
---|---|---|---|---|
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 |
---|---|---|---|---|
com.fasterxml | classmate | 0.8.0 | jar | The Apache Software License, Version 2.0 |
org.jboss.logging | jboss-logging | 3.1.1.GA | jar | GNU Lesser General Public License, version 2.1 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-urn:jar:0.8
- com.jcabi:jcabi-aspects:jar:0.7.22 (compile)
- com.jcabi:jcabi-log:jar:0.7.21 (compile)
- org.projectlombok:lombok:jar:0.12.0 (provided)
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- org.aspectj:aspectjrt:jar:1.7.3 (runtime)
- org.apache.commons:commons-lang3:jar:3.1 (compile)
- org.hibernate:hibernate-validator:jar:5.0.1.Final (provided)
- org.jboss.logging:jboss-logging:jar:3.1.1.GA (provided)
- com.fasterxml:classmate:jar:0.8.0 (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)
- org.slf4j:slf4j-log4j12:jar:1.7.5 (test)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- log4j:log4j:jar:1.2.17 (test)
- com.jcabi:jcabi-aspects:jar:0.7.22 (compile)
Licenses
New BSD License: Hamcrest Core, Hamcrest library
BSD: jcabi-aspects, jcabi-log, jcabi-urn
Apache License, Version 2.0: Hibernate Validator Engine
Eclipse Public License - v 1.0: AspectJ runtime
Common Public License Version 1.0: JUnit
MIT License: Objenesis, SLF4J API Module, SLF4J LOG4J-12 Binding
GNU Lesser General Public License, version 2.1: JBoss Logging 3
The Apache Software License, Version 2.0: Apache Log4j, Bean Validation API, ClassMate, Commons Lang
The MIT License: Mockito, Project Lombok