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.fasterxml.jackson.core | jackson-databind | 2.5.0 | jar | The Apache Software License, Version 2.0 |
com.google.guava | guava | 18.0 | jar | The Apache Software License, Version 2.0 |
commons-codec | commons-codec | 1.10 | jar | Apache License, Version 2.0 |
commons-io | commons-io | 2.4 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.3.2 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-jdk14 | 1.7.9 | jar | MIT License |
org.springframework | spring-core | 4.1.4.RELEASE | jar | The Apache Software 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 | License |
---|---|---|---|---|
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.mockito | mockito-core | 1.10.19 | jar | The MIT License |
org.springframework | spring-test | 4.1.4.RELEASE | jar | The Apache Software License, Version 2.0 |
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.fasterxml.jackson.core | jackson-annotations | 2.5.0 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.5.0 | jar | The Apache Software License, Version 2.0 |
commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.9 | 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.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 2.1 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- pl.matsuo:matsuo-util:jar:1.0-SNAPSHOT
matsuo-util Description: Common code for building server and web applications.
URL: https://tunguski.github.io/maven-core/matsuo-util
Project License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
- org.springframework:spring-core:jar:4.1.4.RELEASE (compile)
Spring Core Description: Spring Core
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- commons-logging:commons-logging:jar:1.2 (compile)
Apache Commons Logging Description: Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
URL: http://commons.apache.org/proper/commons-logging/
Project License: The Apache Software License, Version 2.0
- commons-logging:commons-logging:jar:1.2 (compile)
- commons-codec:commons-codec:jar:1.10 (compile)
Apache Commons Codec Description: The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
URL: http://commons.apache.org/proper/commons-codec/
Project License: Apache License, Version 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.5.0 (compile)
jackson-databind Description: General data-binding functionality for Jackson: works on core streaming API
URL: http://github.com/FasterXML/jackson
Project License: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0 (compile)
Jackson-annotations Description: Core annotations used for value types, used by Jackson data binding package.
URL: http://github.com/FasterXML/jackson
Project License: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-core:jar:2.5.0 (compile)
Jackson-core Description: Core Jackson abstractions, basic JSON streaming API implementation
URL: https://github.com/FasterXML/jackson
Project License: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0 (compile)
- org.springframework:spring-test:jar:4.1.4.RELEASE (test)
Spring TestContext Framework Description: Spring TestContext Framework
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- junit:junit:jar:4.12 (test)
JUnit Description: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
Project License: Eclipse Public License 1.0
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project License: New BSD License
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.mockito:mockito-core:jar:1.10.19 (test)
Mockito Description: Mock objects library for java
Project License: The MIT License
- org.objenesis:objenesis:jar:2.1 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org
Project License: Apache 2
- org.objenesis:objenesis:jar:2.1 (test)
- com.google.guava:guava:jar:18.0 (compile)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
URL: http://code.google.com/p/guava-libraries/guava
Project License: The Apache Software License, Version 2.0
- org.apache.commons:commons-lang3:jar:3.3.2 (compile)
Apache Commons Lang Description: Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
URL: http://commons.apache.org/proper/commons-lang/
Project License: The Apache Software License, Version 2.0
- commons-io:commons-io:jar:2.4 (compile)
Commons IO Description: The Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: http://commons.apache.org/io/
Project License: The Apache Software License, Version 2.0
- org.slf4j:slf4j-jdk14:jar:1.7.9 (compile)
SLF4J JDK14 Binding Description: SLF4J JDK14 Binding
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.9 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.9 (compile)
- org.springframework:spring-core:jar:4.1.4.RELEASE (compile)
Licenses
Apache 2: Objenesis
Eclipse Public License 1.0: JUnit
The MIT License: Mockito
MIT License: SLF4J API Module, SLF4J JDK14 Binding
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007: matsuo-util
Apache License, Version 2.0: Apache Commons Codec
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Commons Lang, Apache Commons Logging, Commons IO, Guava: Google Core Libraries for Java, Jackson-annotations, Jackson-core, Spring Core, Spring TestContext Framework, jackson-databind
Dependency File Details
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
jackson-annotations-2.5.0.jar | 38.88 kB | 64 | 52 | 1 | 1.6 | debug |
jackson-core-2.5.0.jar | 224.30 kB | 107 | 85 | 8 | 1.6 | debug |
jackson-databind-2.5.0.jar | 1.08 MB | 603 | 569 | 20 | 1.6 | debug |
guava-18.0.jar | 2.15 MB | 1,719 | 1,690 | 17 | 1.6 | debug |
commons-codec-1.10.jar | 277.52 kB | 238 | 92 | 6 | 1.6 | debug |
commons-io-2.4.jar | 180.80 kB | 128 | 110 | 6 | 1.6 | debug |
commons-logging-1.2.jar | 60.38 kB | 42 | 28 | 2 | 1.2 | debug |
junit-4.12.jar | 307.55 kB | 323 | 286 | 30 | 1.5 | debug |
commons-lang3-3.3.2.jar | 403.07 kB | 241 | 217 | 12 | 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 |
slf4j-api-1.7.9.jar | 31.37 kB | 39 | 28 | 3 | 1.5 | debug |
slf4j-jdk14-1.7.9.jar | 7.71 kB | 15 | 5 | 1 | 1.5 | debug |
spring-core-4.1.4.RELEASE.jar | 983.39 kB | 767 | 721 | 40 | 1.6 | debug |
spring-test-4.1.4.RELEASE.jar | 490.77 kB | 405 | 370 | 27 | 1.6 | debug |
16 | 7.37 MB | 5,933 | 5,029 | 252 | 1.6 | 16 |
compile: 11 | compile: 5.39 MB | compile: 3,963 | compile: 3,597 | compile: 116 | - | compile: 11 |
test: 5 | test: 1.98 MB | test: 1,970 | test: 1,432 | test: 136 | - | test: 5 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | - |
repo.matsuo-it.com | http://repo.matsuo-it.com/ | Yes | Yes |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes |
apache.snapshots | http://repository.apache.org/snapshots | - | Yes |
Repository locations for each of the Dependencies.