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 | Optional |
---|---|---|---|---|---|
ch.qos.logback | logback-classic | 1.1.5 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License | No |
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 | No |
org.apache.httpcomponents | httpclient | 4.5.1 | jar | Apache License, Version 2.0 | No |
org.codehaus.janino | janino | 2.7.8 | jar | New BSD License | No |
org.slf4j | jcl-over-slf4j | 1.7.16 | jar | MIT License | No |
org.slf4j | slf4j-api | 1.7.16 | jar | MIT License | No |
org.springframework | spring-web | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 | Yes |
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 |
---|---|---|---|---|
io.oasp.java.modules | oasp4j-test | 2.1.0 | jar | Apache Software Licenese |
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.servlet | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
ch.qos.logback | logback-core | 1.1.5 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
commons-codec | commons-codec | 1.9 | jar | The Apache Software License, Version 2.0 |
commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 |
org.apache.httpcomponents | httpcore | 4.4.4 | jar | Apache License, Version 2.0 |
org.codehaus.janino | commons-compiler | 2.7.8 | jar | New BSD License |
org.springframework | spring-aop | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-beans | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-context | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-core | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-expression | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|
com.github.marschall | memoryfilesystem | 0.6.4 | jar | MIT |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.assertj | assertj-core | 2.0.0 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.mockito | mockito-core | 1.10.19 | jar | The MIT License |
org.objenesis | objenesis | 2.1 | jar | Apache 2 |
org.springframework | spring-test | 4.2.5.RELEASE | jar | The Apache Software License, Version 2.0 |
CDDL + GPLv2 with classpath exception: Java Servlet API
Public Domain: AOP alliance
Apache 2: Objenesis
New BSD License: Commons Compiler, Hamcrest Core, Janino
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Apache License, Version 2.0: Apache HttpClient, Apache HttpCore, AssertJ fluent assertions
Eclipse Public License 1.0: JUnit
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Apache Commons Codec, Apache Commons Logging, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web, javax.inject
Apache Software Licenese: oasp4j-logging, oasp4j-test
MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module
MIT: Memory File System
The MIT License: Mockito
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug |
logback-classic-1.1.5.jar | 274.93 kB | 221 | 173 | 25 | 1.6 | debug |
logback-core-1.1.5.jar | 445.50 kB | 410 | 365 | 35 | 1.6 | debug |
memoryfilesystem-0.6.4.jar | 243.94 kB | 182 | 167 | 1 | 1.6 | debug |
commons-codec-1.9.jar | 257.78 kB | 227 | 85 | 6 | 1.6 | debug |
commons-logging-1.2.jar | 60.38 kB | 42 | 28 | 2 | 1.2 | debug |
test/target/classes | - | 0 | 0 | 0 | - | release |
javax.inject-1.jar | 2.44 kB | 8 | 6 | 1 | 1.5 | release |
javax.servlet-api-3.1.0.jar | 93.56 kB | 103 | 79 | 4 | 1.6 | debug |
junit-4.12.jar | 307.55 kB | 323 | 286 | 30 | 1.5 | debug |
httpclient-4.5.1.jar | 715.59 kB | 502 | 461 | 24 | 1.6 | debug |
httpcore-4.4.4.jar | 319.07 kB | 284 | 254 | 17 | 1.6 | debug |
assertj-core-2.0.0.jar | 641.36 kB | 548 | 517 | 18 | 1.6 | debug |
commons-compiler-2.7.8.jar | 29.88 kB | 28 | 25 | 2 | 1.6 | debug |
janino-2.7.8.jar | 598.92 kB | 362 | 357 | 7 | 1.6 | debug |
hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
mockito-core-1.10.19.jar | 1.12 MB | 1,138 | 694 | 67 | 1.5 | debug |
objenesis-2.1.jar | 40.78 kB | 52 | 37 | 9 | 1.5 | debug |
jcl-over-slf4j-1.7.16.jar | 16.04 kB | 23 | 9 | 2 | 1.5 | debug |
slf4j-api-1.7.16.jar | 39.56 kB | 46 | 34 | 4 | 1.5 | debug |
spring-aop-4.2.5.RELEASE.jar | 361.39 kB | 293 | 260 | 15 | 1.6 | debug |
spring-beans-4.2.5.RELEASE.jar | 714.42 kB | 449 | 397 | 15 | 1.6 | debug |
spring-context-4.2.5.RELEASE.jar | 1.05 MB | 874 | 757 | 66 | 1.6 | debug |
spring-core-4.2.5.RELEASE.jar | 1.03 MB | 806 | 759 | 40 | 1.6 | debug |
spring-expression-4.2.5.RELEASE.jar | 256.82 kB | 156 | 142 | 6 | 1.6 | debug |
spring-test-4.2.5.RELEASE.jar | 549.34 kB | 450 | 411 | 30 | 1.6 | debug |
spring-web-4.2.5.RELEASE.jar | 749.25 kB | 574 | 526 | 36 | 1.6 | debug |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
27 | 9.80 MB | 8,168 | 6,883 | 467 | 1.6 | 25 |
compile: 18 | compile: 6.81 MB | compile: 5,320 | compile: 4,647 | compile: 305 | - | compile: 17 |
test: 8 | test: 2.90 MB | test: 2,745 | test: 2,157 | test: 158 | - | test: 7 |
provided: 1 | provided: 93.56 kB | provided: 103 | provided: 79 | provided: 4 | - | provided: 1 |