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 |
---|---|---|---|---|
net.sf.ehcache | ehcache | 2.7.2 | jar | src/assemble/EHCACHE-CORE-LICENSE.txt |
org.slf4j | slf4j-api | 1.7.7 | 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 |
---|---|---|---|---|
junit | junit | 4.11 | jar | Common Public License Version 1.0 |
net.sf.maltcms | cross-test | 1.4.0 | jar | L-GPL v3-Eclipse Public License (EPL) |
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 | License |
---|---|---|---|---|
org.projectlombok | lombok | 1.14.2 | jar | The 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.
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-log4j12 | 1.7.7 | 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 |
Project Dependency Graph
Dependency Tree
- net.sf.maltcms:cross-cache:jar:1.4.0
Cross Cache Description: There is currently no description associated with this project.
URL: http://maltcms.sourceforge.net/maven/cross/1.4.0/cross-cache
Project License: L-GPL v3Eclipse Public License (EPL)
- org.slf4j:slf4j-api:jar:1.7.7 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.projectlombok:lombok:jar:1.14.2 (provided)
Project Lombok Description: Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!
Project License: The MIT License
- net.sf.ehcache:ehcache:jar:2.7.2 (compile)
ehcache Description: Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.
URL: http://ehcache.org
Project License: The Apache Software License, Version 2.0
- org.slf4j:slf4j-api:jar:1.7.7 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.7 (compile)
- net.sf.maltcms:cross-test:jar:1.4.0 (test)
Cross Test Description: There is currently no description associated with this project.
URL: http://maltcms.sourceforge.net/maven/cross/1.4.0/cross-test
Project License: L-GPL v3Eclipse Public License (EPL)
- org.slf4j:slf4j-api:jar:1.7.7 (test)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-log4j12:jar:1.7.7 (runtime)
SLF4J LOG4J-12 Binding Description: SLF4J LOG4J-12 Binding
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.7 (runtime)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- log4j:log4j:jar:1.2.17 (runtime)
Apache Log4j Description: Apache Log4j 1.2
URL: http://logging.apache.org/log4j/1.2/
Project License: The Apache Software License, Version 2.0
- org.slf4j:slf4j-api:jar:1.7.7 (runtime)
- log4j:log4j:jar:1.2.17 (runtime)
Apache Log4j Description: Apache Log4j 1.2
URL: http://logging.apache.org/log4j/1.2/
Project License: The Apache Software License, Version 2.0
- junit:junit:jar:4.11 (test)
JUnit Description: JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
URL: http://junit.org
Project License: Common Public License Version 1.0
- org.slf4j:slf4j-api:jar:1.7.7 (test)
- junit:junit:jar:4.11 (test)
JUnit Description: JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
URL: http://junit.org
Project License: Common Public License Version 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.slf4j:slf4j-api:jar:1.7.7 (compile)
Licenses
L-GPL v3: Cross Cache, Cross Test
New BSD License: Hamcrest Core
Eclipse Public License (EPL): Cross Cache, Cross Test
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Apache Log4j, ehcache
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The MIT License: Project Lombok