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 | jar | BSD |
com.jcabi | jcabi-http | 1.11 | jar | BSD |
com.jcabi | jcabi-immutable | 1.4 | jar | BSD |
com.jcabi | jcabi-log | 0.16 | jar | BSD |
javax.validation | validation-api | 1.1.0.Final | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License |
org.scribe | scribe | 1.3.5 | jar | MIT |
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 |
---|---|---|---|---|
com.sun.jersey | jersey-client | 1.19 | jar | CDDL 1.1-GPL2 w/ CPE |
com.sun.jersey | jersey-core | 1.19 | jar | CDDL 1.1-GPL2 w/ CPE |
org.aspectj | aspectjrt | 1.8.6 | jar | Eclipse Public License - v 1.0 |
org.glassfish | javax.json | 1.0.4 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
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 |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.mockito | mockito-core | 1.10.19 | jar | The MIT License |
org.slf4j | slf4j-log4j12 | 1.7.12 | 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 |
javax.json | javax.json-api | 1.0 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
javax.servlet | servlet-api | 3.0-alpha-1 | jar | CDDL + GPLv2 with classpath exception |
javax.ws.rs | jsr311-api | 1.1.1 | jar | CDDL License |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.hibernate | hibernate-validator | 5.2.0.CR1 | jar | Apache License, Version 2.0 |
org.projectlombok | lombok | 1.16.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-manifests | 1.1 | 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 | 2.1 | jar | Apache 2 |
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.1.0 | jar | The Apache Software License, Version 2.0 |
org.jboss.logging | jboss-logging | 3.2.1.Final | jar | Apache License, version 2.0 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-odesk:jar:0.12
- com.jcabi:jcabi-aspects:jar:0.22 (compile)
- com.jcabi:jcabi-immutable:jar:1.4 (compile)
- com.jcabi:jcabi-log:jar:0.16 (compile)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- com.jcabi:jcabi-http:jar:1.11 (compile)
- com.jcabi:jcabi-manifests:jar:1.1 (compile)
- org.projectlombok:lombok:jar:1.16.4 (provided)
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- org.aspectj:aspectjrt:jar:1.8.6 (runtime)
- javax.ws.rs:jsr311-api:jar:1.1.1 (provided)
- org.scribe:scribe:jar:1.3.5 (compile)
- javax.json:javax.json-api:jar:1.0 (provided)
- org.glassfish:javax.json:jar:1.0.4 (runtime)
- javax.servlet:servlet-api:jar:3.0-alpha-1 (provided)
- org.hamcrest:hamcrest-core:jar:1.3 (provided)
- org.hamcrest:hamcrest-library:jar:1.3 (compile)
- com.sun.jersey:jersey-client:jar:1.19 (runtime)
- com.sun.jersey:jersey-core:jar:1.19 (runtime)
- org.hibernate:hibernate-validator:jar:5.2.0.CR1 (provided)
- org.jboss.logging:jboss-logging:jar:3.2.1.Final (provided)
- com.fasterxml:classmate:jar:1.1.0 (provided)
- javax.el:javax.el-api:jar:3.0.1-b04 (provided)
- junit:junit:jar:4.12 (test)
- org.mockito:mockito-core:jar:1.10.19 (test)
- org.objenesis:objenesis:jar:2.1 (test)
- org.slf4j:slf4j-log4j12:jar:1.7.12 (test)
- log4j:log4j:jar:1.2.17 (test)
Licenses
Apache License, version 2.0: JBoss Logging 3
CDDL + GPLv2 with classpath exception: Expression Language 3.0 API, JavaServlet(TM) Specification
Apache 2: Objenesis
New BSD License: Hamcrest Core, Hamcrest library
BSD: jcabi-aspects, jcabi-http, jcabi-immutable, jcabi-log, jcabi-manifests, jcabi-odesk
Eclipse Public License 1.0: JUnit
Apache License, Version 2.0: Hibernate Validator Engine
Eclipse Public License - v 1.0: AspectJ runtime
The Apache Software License, Version 2.0: Apache Log4j, Bean Validation API, ClassMate
Dual license consisting of the CDDL v1.1 and GPL v2: JSR 353 (JSON Processing) API, JSR 353 (JSON Processing) Default Provider
CDDL License: jsr311-api
CDDL 1.1: jersey-client, jersey-core
GPL2 w/ CPE: jersey-client, jersey-core
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The MIT License: Mockito, Project Lombok
MIT: Scribe OAuth Library