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 Licenses
javax.ws.rs javax.ws.rs-api 2.0.1 jar CDDL 1.1GPL2 w/ CPE
org.apache.shiro shiro-core 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-web 1.7.0 jar Apache License, Version 2.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 Licenses
junit junit 4.12 jar Eclipse Public License 1.0
org.codehaus.groovy groovy 2.5.8 jar The Apache Software License, Version 2.0
org.easymock easymock 4.0.2 jar Apache 2
org.hamcrest hamcrest-core 2.1 jar BSD Licence 3
org.powermock powermock-api-easymock 2.0.2 jar The Apache Software License, Version 2.0
org.powermock powermock-module-junit4 2.0.2 jar The Apache Software License, Version 2.0
org.slf4j jcl-over-slf4j 1.7.26 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 Licenses
commons-beanutils commons-beanutils 1.9.4 jar Apache License, Version 2.0
commons-collections commons-collections 3.2.2 jar Apache License, Version 2.0
org.apache.shiro shiro-cache 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-config-core 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-config-ogdl 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-crypto-cipher 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-crypto-core 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-crypto-hash 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-event 1.7.0 jar Apache License, Version 2.0
org.apache.shiro shiro-lang 1.7.0 jar Apache License, Version 2.0
org.owasp.encoder encoder 1.2.2 jar The BSD 3-Clause License
org.slf4j slf4j-api 1.7.26 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 Licenses
cglib cglib-nodep 3.2.9 jar ASF 2.0
net.bytebuddy byte-buddy 1.9.3 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy-agent 1.9.3 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest 2.1 jar BSD Licence 3
org.javassist javassist 3.24.0-GA jar MPL 1.1LGPL 2.1Apache License 2.0
org.objenesis objenesis 3.0.1 jar Apache 2
org.powermock powermock-api-support 2.0.2 jar The Apache Software License, Version 2.0
org.powermock powermock-core 2.0.2 jar The Apache Software License, Version 2.0
org.powermock powermock-module-junit4-common 2.0.2 jar The Apache Software License, Version 2.0
org.powermock powermock-reflect 2.0.2 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

CDDL 1.1: javax.ws.rs-api

Eclipse Public License 1.0: JUnit

MIT License: JCL 1.2 implemented over SLF4J, SLF4J API Module

ASF 2.0: cglib-nodep

GPL2 w/ CPE: javax.ws.rs-api

BSD Licence 3: Hamcrest, Hamcrest Core

Apache 2: EasyMock, Objenesis

The BSD 3-Clause License: Java Encoder

Apache License 2.0: Javassist

Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Shiro :: Cache, Apache Shiro :: Configuration :: Core, Apache Shiro :: Configuration :: OGDL, Apache Shiro :: Core, Apache Shiro :: Cryptography :: Ciphers, Apache Shiro :: Cryptography :: Core, Apache Shiro :: Cryptography :: Hashing, Apache Shiro :: Event, Apache Shiro :: Lang, Apache Shiro :: Support :: JAX-RS, Apache Shiro :: Web

LGPL 2.1: Javassist

MPL 1.1: Javassist

The Apache Software License, Version 2.0: Apache Groovy, Byte Buddy (without dependencies), Byte Buddy Java agent, PowerMock

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
cglib-nodep-3.2.9.jar 414 kB 304 280 9 1.5 Yes
commons-beanutils-1.9.4.jar 246.9 kB 154 137 5 1.6 Yes
commons-collections-3.2.2.jar 588.3 kB 484 460 12 1.3 Yes
javax.ws.rs-api-2.0.1.jar 115.5 kB 139 125 5 1.6 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
byte-buddy-1.9.3.jar 3.2 MB 2335 2286 37 - Yes
byte-buddy-agent-1.9.3.jar 43.4 kB 41 31 2 - Yes
shiro-cache-1.7.0.jar 13.9 kB 21 7 1 1.8 Yes
shiro-config-core-1.7.0.jar 18.3 kB 19 5 1 1.8 Yes
shiro-config-ogdl-1.7.0.jar 43.8 kB 37 22 2 1.8 Yes
shiro-core-1.7.0.jar 414 kB 383 334 37 1.8 Yes
shiro-crypto-cipher-1.7.0.jar 24.8 kB 26 12 1 1.8 Yes
shiro-crypto-core-1.7.0.jar 11.1 kB 18 4 1 1.8 Yes
shiro-crypto-hash-1.7.0.jar 34.5 kB 40 24 2 1.8 Yes
shiro-event-1.7.0.jar 19.5 kB 28 13 2 1.8 Yes
shiro-lang-1.7.0.jar 51.6 kB 51 35 4 1.8 Yes
shiro-web-1.7.0.jar 160.3 kB 124 94 15 1.8 Yes
groovy-2.5.8.jar 5.5 MB 3773 3647 101 1.7 Yes
easymock-4.0.2.jar 565.3 kB 414 385 13 1.8 Yes
hamcrest-2.1.jar 123.1 kB 122 108 11 1.7 Yes
hamcrest-core-2.1.jar 1.2 kB 6 1 1 1.7 Yes
javassist-3.24.0-GA.jar 777.7 kB 447 423 17 1.8 Yes
objenesis-3.0.1.jar 61 kB 64 48 10 1.8 Yes
encoder-1.2.2.jar 37.5 kB 32 21 1 1.5 Yes
powermock-api-easymock-2.0.2.jar 53.3 kB 54 37 10 1.6 Yes
powermock-api-support-2.0.2.jar 21.6 kB 24 14 4 1.6 Yes
powermock-core-2.0.2.jar 201 kB 208 175 27 1.6 Yes
powermock-module-junit4-2.0.2.jar 48 kB 35 25 3 1.6 Yes
powermock-module-junit4-common-2.0.2.jar 17.7 kB 19 9 2 1.6 Yes
powermock-reflect-2.0.2.jar 65.8 kB 50 37 8 1.6 Yes
jcl-over-slf4j-1.7.26.jar 16.5 kB 23 9 2 1.5 Yes
slf4j-api-1.7.26.jar 41.1 kB 46 34 4 1.5 Yes
Total Size Entries Classes Packages Java Version Debug Information
32 13.3 MB 9844 9128 380 1.8 32
compile: 15 compile: 1.8 MB compile: 1602 compile: 1327 compile: 93 - compile: 15
test: 17 test: 11.5 MB test: 8242 test: 7801 test: 287 - test: 17