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 Optional
com.google.guava guava 20.0 jar The Apache Software License, Version 2.0 No
joda-time joda-time 2.9.9 jar Apache 2 No
junit junit 4.12 jar Eclipse Public License 1.0 No
org.apache.commons commons-lang3 3.5 jar Apache License, Version 2.0 No
org.apache.logging.log4j log4j-api 2.8.1 jar Apache License, Version 2.0 No
org.apache.logging.log4j log4j-core 2.8.1 jar Apache License, Version 2.0 No
org.slf4j slf4j-api 1.7.25 jar MIT License No
org.springframework spring-web 4.3.10.RELEASE jar Apache License, Version 2.0 No
org.springframework.boot spring-boot 1.5.6.RELEASE jar Apache License, Version 2.0 No
org.springframework.boot spring-boot-test 1.5.6.RELEASE jar Apache License, Version 2.0 No
io.github.openfeign feign-core 9.5.0 jar The Apache Software License, Version 2.0 Yes
org.springframework.boot spring-boot-autoconfigure 1.5.6.RELEASE jar Apache License, Version 2.0 Yes

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
com.lmax disruptor 3.3.6 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-1.2-api 2.8.1 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-slf4j-impl 2.8.1 jar Apache License, Version 2.0
org.slf4j jcl-over-slf4j 1.7.25 jar MIT License
org.slf4j jul-to-slf4j 1.7.25 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
org.hamcrest hamcrest-all 1.3 jar New BSD License
org.mockito mockito-core 1.10.19 jar The MIT License
org.sonarsource.java sonar-jacoco-listeners 4.4.0.8066 jar GNU LGPL 3
org.springframework spring-test 4.3.10.RELEASE jar Apache License, Version 2.0

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 Licenses Optional
com.google.auto.value auto-value 1.5 jar Apache 2.0 Yes
com.google.code.findbugs annotations 3.0.1u2 jar GNU Lesser Public License Yes
org.inferred freebuilder 1.14.4 jar Apache 2.0 Yes
org.projectlombok lombok 1.16.18 jar The MIT License Yes

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 Optional
org.hamcrest hamcrest-core 1.3 jar New BSD License No
org.springframework spring-aop 4.3.10.RELEASE jar Apache License, Version 2.0 No
org.springframework spring-beans 4.3.10.RELEASE jar Apache License, Version 2.0 No
org.springframework spring-context 4.3.10.RELEASE jar Apache License, Version 2.0 No
org.springframework spring-core 4.3.10.RELEASE jar Apache License, Version 2.0 No
org.springframework spring-expression 4.3.10.RELEASE jar Apache License, Version 2.0 No
org.jvnet animal-sniffer-annotation 1.0 jar Common Development and Distribution License Yes

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
org.objenesis objenesis 2.5.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 Licenses Optional
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0 No
net.jcip jcip-annotations 1.0 jar - Yes

Project Dependency Graph

Dependency Tree

Licenses

Apache 2: Joda-Time, Objenesis

Common Development and Distribution License: Annotation for JDK requirements

Unknown: "Java Concurrency in Practice" book annotations

Eclipse Public License 1.0: JUnit

Apache 2.0: @FreeBuilder, AutoValue

MIT License: JCL 1.2 implemented over SLF4J, JUL to SLF4J bridge, SLF4J API Module, oss-lib-test

The MIT License: Mockito, Project Lombok

Apache License, Version 2.0: Apache Commons Lang, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J Binding, Spring AOP, Spring Beans, Spring Boot, Spring Boot AutoConfigure, Spring Boot Test, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web

New BSD License: Hamcrest All, Hamcrest Core

GNU LGPL 3: SonarQube Java :: JaCoCo Listeners

The Apache Software License, Version 2.0: Disruptor Framework, Feign Core, FindBugs-jsr305, Guava: Google Core Libraries for Java

GNU Lesser Public License: FindBugs-Annotations

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
guava-20.0.jar 2.4 MB 1844 1814 18 1.6 Yes
disruptor-3.3.6.jar 84.1 kB 87 79 4 1.6 Yes
joda-time-2.9.9.jar 634 kB 763 247 7 1.5 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
commons-lang3-3.5.jar 479.9 kB 284 260 12 1.6 Yes
log4j-1.2-api-2.8.1.jar 61.2 kB 61 42 7 1.7 Yes
log4j-api-2.8.1.jar 228.9 kB 162 143 6 1.7 Yes
log4j-core-2.8.1.jar 1.4 MB 996 917 48 1.7 Yes
log4j-slf4j-impl-2.8.1.jar 23.2 kB 26 10 2 1.7 Yes
hamcrest-all-1.3.jar 306.6 kB 249 204 23 1.5 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
mockito-core-1.10.19.jar 1.2 MB 1138 694 67 1.5 Yes
objenesis-2.5.1.jar 54.4 kB 58 43 9 1.5 Yes
jcl-over-slf4j-1.7.25.jar 16.5 kB 23 9 2 1.5 Yes
jul-to-slf4j-1.7.25.jar 4.6 kB 11 1 1 1.5 Yes
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
sonar-jacoco-listeners-4.4.0.8066.jar 6.2 kB 15 4 1 1.8 Yes
spring-aop-4.3.10.RELEASE.jar 380.7 kB 306 269 17 1.6 Yes
spring-beans-4.3.10.RELEASE.jar 763.1 kB 463 408 15 1.6 Yes
spring-context-4.3.10.RELEASE.jar 1.1 MB 890 768 66 1.6 Yes
spring-core-4.3.10.RELEASE.jar 1.1 MB 841 792 42 1.6 Yes
spring-expression-4.3.10.RELEASE.jar 263.4 kB 156 142 6 1.6 Yes
spring-test-4.3.10.RELEASE.jar 600.4 kB 484 444 31 1.6 Yes
spring-web-4.3.10.RELEASE.jar 822.5 kB 610 561 37 1.6 Yes
spring-boot-1.5.6.RELEASE.jar 674.6 kB 534 458 42 1.6 Yes
spring-boot-test-1.5.6.RELEASE.jar 145.6 kB 123 99 10 1.6 Yes
auto-value-1.5.jar 1.6 MB 1030 932 15 1.8 Yes
annotations-3.0.1u2.jar 40.4 kB 85 63 5 1.5 Yes
feign-core-9.5.0.jar 97.8 kB 85 75 3 1.6 Yes
jcip-annotations-1.0.jar 2.3 kB 9 4 1 1.5 No
freebuilder-1.14.4.jar 7.8 MB 4306 4150 81 1.8 Yes
animal-sniffer-annotation-1.0.jar 2.7 kB 11 1 1 1.5 No
lombok-1.16.18.jar 1.4 MB 895 129 10 1.6 Yes
spring-boot-autoconfigure-1.5.6.RELEASE.jar 1.1 MB 945 851 76 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
35 25.3 MB 17957 15013 705 1.8 33
compile: 19 compile: 12.1 MB compile: 9434 compile: 8170 compile: 443 - compile: 18
test: 5 test: 2.1 MB test: 1944 test: 1389 test: 131 - test: 5
runtime: 5 runtime: 189.6 kB runtime: 208 runtime: 141 runtime: 16 - runtime: 5
provided: 6 provided: 10.9 MB provided: 6371 provided: 5313 provided: 115 - provided: 5