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.google.guava | guava | 19.0 | jar | The Apache Software License, Version 2.0 |
com.jcabi | jcabi-log | 0.17 | jar | BSD |
com.qulice | qulice-spi | 0.17 | jar | BSD |
commons-io | commons-io | 2.4 | jar | The Apache Software License, Version 2.0 |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.codenarc | CodeNarc | 0.21 | jar | Apache 2 |
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.12 | jar | Eclipse Public License 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 | 2.0.32-beta | jar | The MIT License |
org.slf4j | slf4j-log4j12 | 1.7.13 | 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.
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.22.2 | jar | BSD |
javax.validation | validation-api | 1.1.0.Final | jar | The Apache Software License, Version 2.0 |
org.apache.ant | ant | 1.7.1 | jar | - |
org.apache.ant | ant-launcher | 1.7.1 | jar | - |
org.aspectj | aspectjrt | 1.8.7 | jar | Eclipse Public License - v 1.0 |
org.codehaus.groovy | groovy-all | 2.4.5 | jar | The Apache Software License, Version 2.0 |
org.gmetrics | GMetrics | 0.5 | jar | Apache 2 |
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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 0.7.6 | jar | The Apache Software License, Version 2.0 |
org.objenesis | objenesis | 2.1 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- com.qulice:qulice-codenarc:jar:0.17
- com.qulice:qulice-spi:jar:0.17 (compile)
- commons-io:commons-io:jar:2.4 (compile)
- com.google.guava:guava:jar:19.0 (compile)
- com.jcabi:jcabi-log:jar:0.17 (compile)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- com.jcabi:jcabi-aspects:jar:0.22.2 (compile)
- org.aspectj:aspectjrt:jar:1.8.7 (compile)
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- org.codenarc:CodeNarc:jar:0.21 (compile)
- org.gmetrics:GMetrics:jar:0.5 (compile)
- org.codehaus.groovy:groovy-all:jar:2.4.5 (compile)
- org.apache.ant:ant:jar:1.7.1 (compile)
- org.apache.ant:ant-launcher:jar:1.7.1 (compile)
- log4j:log4j:jar:1.2.17 (compile)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.mockito:mockito-core:jar:2.0.32-beta (test)
- net.bytebuddy:byte-buddy:jar:0.7.6 (test)
- org.objenesis:objenesis:jar:2.1 (test)
- org.slf4j:slf4j-log4j12:jar:1.7.13 (test)
Licenses
New BSD License: Hamcrest Core, Hamcrest library
Apache 2: CodeNarc, GMetrics, Objenesis
Unknown: ant-launcher, org.apache.tools.ant
BSD: jcabi-aspects, jcabi-log, qulice-codenarc, qulice-spi
Eclipse Public License 1.0: JUnit
Eclipse Public License - v 1.0: AspectJ runtime
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The Apache Software License, Version 2.0: Apache Groovy, Apache Log4j, Bean Validation API, Byte Buddy (without dependencies), Commons IO, Guava: Google Core Libraries for Java
The MIT License: Mockito