Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
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:
Project Dependency Graph
Dependency Tree
- net.sf.jgcs:tests:jar:0.8.1
- net.sf.jgcs:jgcs:jar:0.8.1 (compile)

- log4j:log4j:jar:1.2.16 (compile)

- com.googlecode.jmockit:jmockit:jar:1.7 (compile)

Main |
Description: JMockit is a Java toolkit for developer (unit/integration) testing.
It contains mocking APIs and other tools, supporting both JUnit and TestNG.
The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested
in isolation from selected dependencies.
URL: http://code.google.com/p/jmockit
Project License: MIT LICENSE |
- com.googlecode.jmockit:jmockit-coverage:jar:0.999.26 (compile)

JMockit Coverage |
Description: JMockit Coverage is a code coverage tool with several metrics (line, path, data) capable of generating HTML
reports. It is designed with ease of use in mind, avoiding the need for complex configuration. Instead, smart
(but overridable) defaults are employed, such as the selection of which classes to consider for coverage, and
where to find sources files for report generation.
URL: http://code.google.com/p/jmockit
Project License: MIT LICENSE |
- junit:junit:jar:4.12 (compile)
- org.hamcrest:hamcrest-core:jar:1.3 (compile)

- simple-jndi:simple-jndi:jar:0.11.4.1 (compile)

simple-jndi |
Description: A simple implementation of JNDI. It is entirely library based, so no server instances are started, and it sits upon Java .properties files or XML files, so it is easy to use and simple to understand. The .properties/.xml files may be either on the file system or in the classpath.
URL: http://www.osjava.org/simple-jndi/
Project License: No license is defined for this project. |
Licenses
The New BSD License: Generic API, Generic tests
Unknown: simple-jndi
Eclipse Public License 1.0: JUnit
MIT LICENSE: JMockit Coverage, Main
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Log4j