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.17.1 | jar | BSD |
javax.validation | validation-api | 1.1.0.Final | jar | The Apache Software License, Version 2.0 |
org.apache.velocity | velocity | 1.7 | 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.8.1 | 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.7 | 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 |
---|---|---|---|---|
javax.el | javax.el-api | 3.0.1-b04 | jar | CDDL + GPLv2 with classpath exception |
org.hibernate | hibernate-validator | 5.1.2.Final | jar | Apache License, Version 2.0 |
org.projectlombok | lombok | 1.14.4 | 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.14.1 | jar | BSD |
commons-collections | commons-collections | 3.2.1 | jar | The Apache Software License, Version 2.0 |
commons-lang | commons-lang | 2.4 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.7 | 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 | 1.0.0 | jar | The Apache Software License, Version 2.0 |
org.jboss.logging | jboss-logging | 3.1.3.GA | jar | Apache License, version 2.0 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-velocity:jar:0.9
- com.jcabi:jcabi-aspects:jar:0.17.1 (compile)
- com.jcabi:jcabi-log:jar:0.14.1 (compile)
- com.jcabi:jcabi-log:jar:0.14.1 (compile)
- org.projectlombok:lombok:jar:1.14.4 (provided)
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- org.aspectj:aspectjrt:jar:1.8.1 (runtime)
- org.apache.velocity:velocity:jar:1.7 (compile)
- commons-collections:commons-collections:jar:3.2.1 (compile)
- commons-lang:commons-lang:jar:2.4 (compile)
- commons-collections:commons-collections:jar:3.2.1 (compile)
- org.hibernate:hibernate-validator:jar:5.1.2.Final (provided)
- org.jboss.logging:jboss-logging:jar:3.1.3.GA (provided)
- com.fasterxml:classmate:jar:1.0.0 (provided)
- org.jboss.logging:jboss-logging:jar:3.1.3.GA (provided)
- javax.el:javax.el-api:jar:3.0.1-b04 (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.objenesis:objenesis:jar:1.0 (test)
- org.slf4j:slf4j-log4j12:jar:1.7.7 (test)
- org.slf4j:slf4j-api:jar:1.7.7 (compile)
- org.slf4j:slf4j-api:jar:1.7.7 (compile)
- log4j:log4j:jar:1.2.17 (test)
- com.jcabi:jcabi-aspects:jar:0.17.1 (compile)
Licenses
Apache License, version 2.0: JBoss Logging 3
CDDL + GPLv2 with classpath exception: Expression Language 3.0 API
New BSD License: Hamcrest Core, Hamcrest library
BSD: jcabi-aspects, jcabi-log, jcabi-velocity
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
The Apache Software License, Version 2.0: Apache Log4j, Apache Velocity, Bean Validation API, ClassMate, Commons Collections, Commons Lang
The MIT License: Mockito, Project Lombok