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.springframework.boot | spring-boot-autoconfigure | 1.5.6.RELEASE | jar | Apache License, Version 2.0 | No |
org.springframework.security | spring-security-config | 4.2.3.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework.security | spring-security-core | 4.2.3.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework.security | spring-security-web | 4.2.3.RELEASE | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.dataformat | jackson-dataformat-xml | 2.9.0 | jar | The Apache Software License, Version 2.0 | Yes |
com.netflix.zuul | zuul-core | 1.3.0 | jar | The Apache Software License, Version 2.0 | Yes |
io.github.openfeign | feign-core | 9.5.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.springframework | spring-oxm | 4.3.10.RELEASE | jar | Apache License, Version 2.0 | Yes |
org.springframework.cloud | spring-cloud-commons | 1.2.3.RELEASE | jar | Apache License, Version 2.0 | Yes |
org.springframework.cloud | spring-cloud-context | 1.2.3.RELEASE | jar | Apache License, Version 2.0 | Yes |
org.springframework.cloud | spring-cloud-netflix-core | 1.3.4.RELEASE | jar | Apache License, Version 2.0 | Yes |
org.springframework.data | spring-data-commons | 1.13.6.RELEASE | jar | Apache License, Version 2.0 | Yes |
org.springframework.security.oauth | spring-security-oauth2 | 2.0.14.RELEASE | jar | Apache 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 | Licenses |
---|---|---|---|---|
com.fatboyindustrial.gson-jodatime-serialisers | gson-jodatime-serialisers | 1.6.0 | jar | The MIT License (MIT) |
com.google.code.gson | gson | 2.8.1 | jar | Apache 2.0 |
com.h2database | h2 | 1.4.196 | jar | MPL 2.0 or EPL 1.0 |
com.jayway.restassured | rest-assured | 2.9.0 | jar | Apache 2.0 |
com.zaxxer | HikariCP | 2.4.6 | jar | The Apache Software License, Version 2.0 |
org.sonarsource.java | sonar-jacoco-listeners | 4.4.0.8066 | jar | GNU LGPL 3 |
org.springframework.boot | spring-boot-starter-actuator | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-data-jpa | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-jetty | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-log4j2 | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-test | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-thymeleaf | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-starter-web | 1.5.6.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.security | spring-security-test | 4.2.3.RELEASE | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception | No |
org.projectlombok | lombok | 1.16.18 | jar | The MIT License | Yes |
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 | Licenses | Optional |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain | No |
com.fasterxml.jackson.core | jackson-annotations | 2.9.0 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-core | 2.9.0 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-databind | 2.9.0 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.module | jackson-module-jaxb-annotations | 2.9.0 | jar | The Apache Software License, Version 2.0 | No |
commons-codec | commons-codec | 1.10 | jar | Apache License, Version 2.0 | No |
org.codehaus.jackson | jackson-core-asl | 1.9.13 | jar | The Apache Software License, Version 2.0 | No |
org.codehaus.jackson | jackson-mapper-asl | 1.9.13 | jar | The Apache Software License, Version 2.0 | No |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT 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.springframework | spring-web | 4.3.10.RELEASE | jar | Apache License, Version 2.0 | No |
org.springframework | spring-webmvc | 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.security | spring-security-crypto | 4.2.3.RELEASE | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.woodstox | woodstox-core | 5.0.3 | jar | The Apache License, Version 2.0 | Yes |
org.codehaus.woodstox | stax2-api | 3.1.4 | jar | The BSD License | Yes |
org.jvnet | animal-sniffer-annotation | 1.0 | jar | Common Development and Distribution License | Yes |
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.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.guava | guava | 20.0 | jar | The Apache Software License, Version 2.0 |
com.netflix.archaius | archaius-core | 0.7.4 | jar | The Apache Software License, Version 2.0 |
com.netflix.netflix-commons | netflix-commons-util | 0.1.1 | jar | The Apache Software License, Version 2.0 |
com.netflix.servo | servo-core | 0.10.1 | jar | The Apache Software License, Version 2.0 |
com.netflix.servo | servo-internal | 0.10.1 | jar | The Apache Software License, Version 2.0 |
commons-configuration | commons-configuration | 1.8 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.5 | jar | Apache License, Version 2.0 |
commons-lang | commons-lang | 2.6 | jar | The Apache Software License, Version 2.0 |
org.slf4j | jcl-over-slf4j | 1.7.25 | jar | MIT License |
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:
MPL 2.0 or EPL 1.0: H2 Database Engine
Apache License, version 2.0: JBoss Logging 3
Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1
Apache License Version 2.0: MortBay :: Apache EL :: API and Implementation
Apache 2.0: Gson, OAuth2 for Spring Security, REST Assured, json-path, rest-assured-common, xml-path
The BSD License: Stax2 API
The Apache License, Version 2.0: Woodstox
Eclipse Public License 1.0: JUnit
MIT License: JCL 1.2 implemented over SLF4J, JUL to SLF4J bridge, SLF4J API Module, oss-lib-security
New BSD License: Hamcrest Core, Hamcrest library
Apache 2: Joda-Time, Objenesis
BSD: ASM Commons, ASM Core, ASM Tree
Unknown: dom4j
Apache License 2.0: JSON library from Android SDK, Javassist, TagSoup
BSD License: AntLR Parser Generator
The MIT License: Mockito, Project Lombok
Apache License, Version 2.0: Apache Commons Codec, Apache Commons IO, Apache Commons Lang, Apache HttpClient, Apache HttpClient Mime, Apache HttpCore, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J Binding, AssertJ fluent assertions, Hibernate Validator Engine, Java Annotation Indexer, SnakeYAML, Spring AOP, Spring Aspects, Spring Beans, Spring Boot, Spring Boot AOP Starter, Spring Boot Actuator, Spring Boot Actuator Starter, Spring Boot AutoConfigure, Spring Boot Data JPA Starter, Spring Boot JDBC Starter, Spring Boot Jetty Starter, Spring Boot Log4j 2 Starter, Spring Boot Starter, Spring Boot Test, Spring Boot Test Auto-Configure, Spring Boot Test Starter, Spring Boot Thymeleaf Starter, Spring Boot Web Starter, Spring Cloud Commons, Spring Cloud Context, Spring Cloud Netflix Core, Spring Context, Spring Core, Spring Data Core, Spring Data JPA, Spring Expression Language (SpEL), Spring JDBC, Spring Object/Relational Mapping, Spring Object/XML Marshalling, Spring TestContext Framework, Spring Transaction, Spring Web, Spring Web MVC, tomcat-jdbc, tomcat-juli
MPL 1.1: Javassist
GNU LGPL 3: SonarQube Java :: JaCoCo Listeners
Apache Software License - Version 2.0: Jetty :: Asynchronous HTTP Client, Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Plus, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Annotations, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utility Servlets and Filters, Jetty :: Webapp Application Support, Jetty :: Websocket :: API, Jetty :: Websocket :: Client, Jetty :: Websocket :: Common, Jetty :: Websocket :: Server, Jetty :: Websocket :: Servlet Interface, Jetty :: Websocket :: javax.websocket :: Client Implementation, Jetty :: Websocket :: javax.websocket.server :: Server Implementation, Jetty :: XML utilities
Common Development and Distribution License: Annotation for JDK requirements
Public Domain: AOP alliance
GNU Lesser General Public License: Core Hibernate O/RM functionality, Hibernate Commons Annotations, Hibernate JPA Support
Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1
The MIT License (MIT): gson-jodatime-serialisers
Eclipse Public License - Version 1.0: Jetty :: Asynchronous HTTP Client, Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Plus, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Annotations, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utility Servlets and Filters, Jetty :: Webapp Application Support, Jetty :: Websocket :: API, Jetty :: Websocket :: Client, Jetty :: Websocket :: Common, Jetty :: Websocket :: Server, Jetty :: Websocket :: Servlet Interface, Jetty :: Websocket :: javax.websocket :: Client Implementation, Jetty :: Websocket :: javax.websocket.server :: Server Implementation, Jetty :: XML utilities
LGPL 2.1: Javassist
CDDL + GPLv2 with classpath exception: Java Servlet API, javax.annotation API, javax.transaction API
Dual license consisting of the CDDL v1.1 and GPL v2: WebSocket server API
The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Apache Groovy, Bean Validation API, ClassMate, Commons Configuration, Commons Lang, Data Mapper for Jackson, Feign Core, FindBugs-jsr305, Guava: Google Core Libraries for Java, HikariCP, JSON Small and Fast Parser, JSONassert, Jackson, Jackson module: JAXB Annotations, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, Json Path, OGNL - Object Graph Navigation Library, Thymeleaf Layout Dialect, archaius-core, jackson-databind, netflix-commons-util, servo-core, servo-internal, spring-security-config, spring-security-core, spring-security-crypto, spring-security-test, spring-security-web, thymeleaf, thymeleaf-spring4, unbescape, zuul-core
Eclipse Public License - v 1.0: AspectJ weaver
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
antlr-2.7.7.jar | 445.3 kB | 239 | 224 | 12 | 1.2 | Yes |
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
classmate-1.3.3.jar | 65 kB | 52 | 37 | 4 | 1.6 | Yes |
jackson-annotations-2.9.0.jar | 66.5 kB | 80 | 68 | 1 | 1.6 | Yes |
jackson-core-2.9.0.jar | 320.1 kB | 129 | 104 | 11 | 1.6 | Yes |
jackson-databind-2.9.0.jar | 1.3 MB | 648 | 614 | 20 | 1.7 | Yes |
jackson-module-jaxb-annotations-2.9.0.jar | 32.9 kB | 28 | 12 | 3 | 1.7 | Yes |
gson-jodatime-serialisers-1.6.0.jar | 20.7 kB | 29 | 19 | 1 | 1.6 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
gson-2.8.1.jar | 232.6 kB | 189 | 173 | 7 | 1.6 | Yes |
guava-20.0.jar | 2.4 MB | 1844 | 1814 | 18 | 1.6 | Yes |
h2-1.4.196.jar | 1.8 MB | 697 | 694 | 35 | 1.7 | Yes |
json-path-2.2.0.jar | 207.1 kB | 176 | 160 | 11 | 1.6 | Yes |
json-path-2.9.0.jar | 52.9 kB | 54 | 33 | 7 | 1.5 | Yes |
rest-assured-2.9.0.jar | 587.7 kB | 349 | 309 | 30 | 1.5 | Yes |
rest-assured-common-2.9.0.jar | 39.4 kB | 41 | 22 | 8 | 1.5 | Yes |
xml-path-2.9.0.jar | 72 kB | 61 | 38 | 9 | 1.5 | Yes |
archaius-core-0.7.4.jar | 136 kB | 112 | 100 | 6 | 1.6 | Yes |
netflix-commons-util-0.1.1.jar | 6.7 kB | 11 | 5 | 2 | 1.6 | Yes |
servo-core-0.10.1.jar | 224.6 kB | 185 | 172 | 8 | 1.6 | Yes |
servo-internal-0.10.1.jar | 174.2 kB | 98 | 91 | 1 | 1.6 | Yes |
android-json-0.0.20131108.vaadin1.jar | 18.3 kB | 12 | 8 | 1 | 1.5 | Yes |
HikariCP-2.4.6.jar | 132.8 kB | 90 | 75 | 6 | 1.7 | Yes |
commons-codec-1.10.jar | 284.2 kB | 238 | 92 | 6 | 1.6 | Yes |
commons-configuration-1.8.jar | 354.5 kB | 216 | 191 | 10 | 1.5 | Yes |
commons-io-2.5.jar | 208.7 kB | 142 | 123 | 7 | 1.6 | Yes |
commons-lang-2.6.jar | 284.2 kB | 155 | 133 | 10 | 1.3 | Yes |
dom4j-1.6.1.jar | 313.9 kB | 208 | 190 | 14 | 1.3 | Yes |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
javax.transaction-api-1.2.jar | 30.7 kB | 35 | 22 | 2 | 1.7 | Yes |
validation-api-1.1.0.Final.jar | 63.8 kB | 122 | 106 | 8 | 1.6 | Yes |
javax.websocket-api-1.1.jar | 36.7 kB | 64 | 54 | 2 | 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 |
accessors-smart-1.1.jar | 80.7 kB | 53 | 38 | 4 | 1.6 | Yes |
json-smart-2.2.1.jar | 120.5 kB | 107 | 93 | 5 | 1.6 | Yes |
thymeleaf-layout-dialect-1.4.0.jar | 115.9 kB | 82 | 63 | 8 | 1.6 | Yes |
ognl-3.0.8.jar | 228.2 kB | 140 | 129 | 3 | 1.5 | Yes |
commons-lang3-3.5.jar | 479.9 kB | 284 | 260 | 12 | 1.6 | Yes |
httpclient-4.5.3.jar | 747.8 kB | 507 | 466 | 24 | 1.6 | Yes |
httpcore-4.4.6.jar | 323.8 kB | 282 | 252 | 17 | 1.6 | Yes |
httpmime-4.5.3.jar | 41 kB | 40 | 23 | 2 | 1.6 | 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 |
tomcat-jdbc-8.5.16.jar | 144.3 kB | 70 | 56 | 4 | 1.7 | Yes |
tomcat-juli-8.5.16.jar | 45 kB | 36 | 28 | 2 | 1.7 | Yes |
aspectjweaver-1.8.10.jar | 1.9 MB | 987 | 932 | 36 | 1.7 | Yes |
assertj-core-2.6.0.jar | 979.3 kB | 788 | 740 | 27 | 1.7 | Yes |
tagsoup-1.2.1.jar | 90.7 kB | 29 | 22 | 2 | 1.4 | Yes |
groovy-2.4.12.jar | 4.6 MB | 3264 | 3130 | 85 | 1.6 | Yes |
groovy-json-2.4.12.jar | 127.6 kB | 70 | 62 | 2 | 1.6 | Yes |
groovy-xml-2.4.12.jar | 215.3 kB | 144 | 125 | 7 | 1.6 | Yes |
jackson-core-asl-1.9.13.jar | 232.2 kB | 137 | 121 | 8 | 1.5 | Yes |
jackson-mapper-asl-1.9.13.jar | 780.7 kB | 529 | 502 | 18 | 1.5 | Yes |
jetty-annotations-9.4.6.v20170531.jar | 78.1 kB | 51 | 39 | 1 | 1.8 | Yes |
jetty-client-9.4.6.v20170531.jar | 268.8 kB | 198 | 183 | 4 | 1.8 | Yes |
jetty-continuation-9.4.6.v20170531.jar | 16.7 kB | 21 | 9 | 1 | 1.8 | Yes |
jetty-http-9.4.6.v20170531.jar | 163.9 kB | 99 | 81 | 2 | 1.8 | Yes |
jetty-io-9.4.6.v20170531.jar | 128.8 kB | 102 | 89 | 2 | 1.8 | Yes |
jetty-plus-9.4.6.v20170531.jar | 55 kB | 40 | 24 | 4 | 1.8 | Yes |
jetty-security-9.4.6.v20170531.jar | 93.1 kB | 65 | 52 | 2 | 1.8 | Yes |
jetty-server-9.4.6.v20170531.jar | 579.8 kB | 300 | 281 | 7 | 1.8 | Yes |
jetty-servlet-9.4.6.v20170531.jar | 110.5 kB | 62 | 48 | 3 | 1.8 | Yes |
jetty-servlets-9.4.6.v20170531.jar | 86.9 kB | 50 | 38 | 1 | 1.8 | Yes |
jetty-util-9.4.6.v20170531.jar | 457.7 kB | 284 | 261 | 11 | 1.8 | Yes |
jetty-webapp-9.4.6.v20170531.jar | 121.4 kB | 59 | 46 | 1 | 1.8 | Yes |
jetty-xml-9.4.6.v20170531.jar | 50.4 kB | 29 | 13 | 1 | 1.8 | Yes |
javax-websocket-client-impl-9.4.6.v20170531.jar | 160.7 kB | 146 | 123 | 9 | 1.8 | Yes |
javax-websocket-server-impl-9.4.6.v20170531.jar | 36.8 kB | 34 | 16 | 2 | 1.8 | Yes |
websocket-api-9.4.6.v20170531.jar | 42 kB | 61 | 45 | 4 | 1.8 | Yes |
websocket-client-9.4.6.v20170531.jar | 35.4 kB | 31 | 16 | 3 | 1.8 | Yes |
websocket-common-9.4.6.v20170531.jar | 199.7 kB | 144 | 116 | 14 | 1.8 | Yes |
websocket-server-9.4.6.v20170531.jar | 34.9 kB | 33 | 17 | 2 | 1.8 | Yes |
websocket-servlet-9.4.6.v20170531.jar | 21.3 kB | 20 | 7 | 1 | 1.8 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
hamcrest-library-1.3.jar | 53.1 kB | 46 | 35 | 7 | 1.5 | Yes |
hibernate-core-5.0.12.Final.jar | 5.6 MB | 4108 | 3813 | 225 | 1.6 | Yes |
hibernate-entitymanager-5.0.12.Final.jar | 612.5 kB | 443 | 404 | 24 | 1.6 | Yes |
hibernate-validator-5.3.5.Final.jar | 725.8 kB | 549 | 459 | 54 | 1.6 | Yes |
hibernate-commons-annotations-5.0.1.Final.jar | 75.3 kB | 80 | 67 | 7 | 1.6 | Yes |
hibernate-jpa-2.1-api-1.0.0.Final.jar | 113.4 kB | 207 | 200 | 4 | 1.6 | Yes |
javassist-3.21.0-GA.jar | 734.8 kB | 423 | 399 | 17 | 1.6 | Yes |
jandex-2.0.0.Final.jar | 187.8 kB | 112 | 102 | 1 | 1.6 | Yes |
jboss-logging-3.3.1.Final.jar | 66 kB | 57 | 45 | 1 | 1.6 | Yes |
mockito-core-1.10.19.jar | 1.2 MB | 1138 | 694 | 67 | 1.5 | Yes |
apache-el-8.0.33.jar | 241.5 kB | 175 | 159 | 6 | 1.7 | Yes |
objenesis-2.5.1.jar | 54.4 kB | 58 | 43 | 9 | 1.5 | Yes |
asm-5.1.jar | 53.5 kB | 30 | 25 | 2 | 1.2 | No |
asm-commons-5.1.jar | 47.2 kB | 32 | 27 | 1 | 1.2 | No |
asm-tree-5.1.jar | 29.1 kB | 35 | 30 | 1 | 1.2 | No |
jsonassert-1.4.0.jar | 29.1 kB | 32 | 20 | 3 | 1.6 | 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-aspects-4.3.10.RELEASE.jar | 58.8 kB | 59 | 34 | 7 | 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-jdbc-4.3.10.RELEASE.jar | 427.8 kB | 332 | 296 | 18 | 1.6 | Yes |
spring-orm-4.3.10.RELEASE.jar | 476.9 kB | 335 | 315 | 14 | 1.6 | Yes |
spring-test-4.3.10.RELEASE.jar | 600.4 kB | 484 | 444 | 31 | 1.6 | Yes |
spring-tx-4.3.10.RELEASE.jar | 267.1 kB | 245 | 203 | 21 | 1.6 | Yes |
spring-web-4.3.10.RELEASE.jar | 822.5 kB | 610 | 561 | 37 | 1.6 | Yes |
spring-webmvc-4.3.10.RELEASE.jar | 915.7 kB | 551 | 498 | 30 | 1.6 | Yes |
spring-boot-1.5.6.RELEASE.jar | 674.6 kB | 534 | 458 | 42 | 1.6 | Yes |
spring-boot-actuator-1.5.6.RELEASE.jar | 556.6 kB | 479 | 436 | 28 | 1.6 | Yes |
spring-boot-autoconfigure-1.5.6.RELEASE.jar | 1.1 MB | 945 | 851 | 76 | 1.6 | Yes |
spring-boot-starter-1.5.6.RELEASE.jar | 2.3 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-actuator-1.5.6.RELEASE.jar | 2.3 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-aop-1.5.6.RELEASE.jar | 2.2 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-data-jpa-1.5.6.RELEASE.jar | 2.6 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-jdbc-1.5.6.RELEASE.jar | 2.3 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-jetty-1.5.6.RELEASE.jar | 2.5 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-log4j2-1.5.6.RELEASE.jar | 2.3 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-test-1.5.6.RELEASE.jar | 2.7 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-thymeleaf-1.5.6.RELEASE.jar | 2.3 kB | 8 | 0 | 0 | - | No |
spring-boot-starter-web-1.5.6.RELEASE.jar | 2.3 kB | 8 | 0 | 0 | - | No |
spring-boot-test-1.5.6.RELEASE.jar | 145.6 kB | 123 | 99 | 10 | 1.6 | Yes |
spring-boot-test-autoconfigure-1.5.6.RELEASE.jar | 122.8 kB | 133 | 106 | 11 | 1.6 | Yes |
spring-data-jpa-1.11.6.RELEASE.jar | 289.4 kB | 210 | 169 | 14 | 1.6 | Yes |
spring-security-config-4.2.3.RELEASE.jar | 588.1 kB | 261 | 208 | 26 | 1.6 | Yes |
spring-security-core-4.2.3.RELEASE.jar | 399.5 kB | 388 | 321 | 46 | 1.6 | Yes |
spring-security-crypto-4.2.3.RELEASE.jar | 54.9 kB | 46 | 33 | 7 | 1.6 | Yes |
spring-security-test-4.2.3.RELEASE.jar | 49 kB | 54 | 38 | 7 | 1.6 | Yes |
spring-security-web-4.2.3.RELEASE.jar | 384 kB | 329 | 281 | 37 | 1.6 | Yes |
thymeleaf-2.1.5.RELEASE.jar | 799.7 kB | 490 | 386 | 34 | 1.5 | Yes |
thymeleaf-spring4-2.1.5.RELEASE.jar | 224.5 kB | 102 | 57 | 13 | 1.5 | Yes |
unbescape-1.1.0.RELEASE.jar | 139.9 kB | 73 | 58 | 9 | 1.5 | Yes |
snakeyaml-1.17.jar | 273.6 kB | 242 | 206 | 19 | 1.5 | Yes |
jackson-dataformat-xml-2.9.0.jar | 96.7 kB | 68 | 46 | 6 | 1.7 | Yes |
woodstox-core-5.0.3.jar | 512.7 kB | 238 | 205 | 16 | 1.6 | Yes |
zuul-core-1.3.0.jar | 84.6 kB | 73 | 59 | 9 | 1.7 | Yes |
feign-core-9.5.0.jar | 97.8 kB | 85 | 75 | 3 | 1.6 | Yes |
stax2-api-3.1.4.jar | 161.9 kB | 144 | 124 | 11 | 1.5 | 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-oxm-4.3.10.RELEASE.jar | 85.3 kB | 66 | 40 | 9 | 1.6 | Yes |
spring-cloud-commons-1.2.3.RELEASE.jar | 111.9 kB | 127 | 101 | 13 | 1.7 | Yes |
spring-cloud-context-1.2.3.RELEASE.jar | 97.7 kB | 99 | 66 | 19 | 1.7 | Yes |
spring-cloud-netflix-core-1.3.4.RELEASE.jar | 391.3 kB | 314 | 271 | 30 | 1.7 | Yes |
spring-data-commons-1.13.6.RELEASE.jar | 781.8 kB | 618 | 554 | 37 | 1.6 | Yes |
spring-security-oauth2-2.0.14.RELEASE.jar | 474.5 kB | 380 | 319 | 41 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
147 | 54 MB | 38696 | 33012 | 2034 | 1.8 | 133 |
compile: 34 | compile: 14.6 MB | compile: 10393 | compile: 9007 | compile: 715 | - | compile: 33 |
test: 101 | test: 34.1 MB | test: 24473 | test: 21124 | test: 1238 | - | test: 88 |
runtime: 10 | runtime: 3.9 MB | runtime: 2832 | runtime: 2673 | runtime: 67 | - | runtime: 10 |
provided: 2 | provided: 1.5 MB | provided: 998 | provided: 208 | provided: 14 | - | provided: 2 |