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.jgcs |
jgcs |
0.8.1 |
jar |
The New BSD License |
org.apache.zookeeper |
zookeeper |
3.4.6 |
jar |
- |
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:
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:
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:
Project Dependency Graph
Dependency Tree
- net.sf.jgcs:jgcs-zk:jar:0.8.1
- net.sf.jgcs:jgcs:jar:0.8.1 (compile)

- org.apache.zookeeper:zookeeper:jar:3.4.6 (compile)

zookeeper |
Description: There is currently no description associated with this project.
Project License: No license is defined for this project. |
- org.slf4j:slf4j-api:jar:1.6.1 (compile)

- org.slf4j:slf4j-log4j12:jar:1.6.1 (compile)

- log4j:log4j:jar:1.2.16 (compile)

- jline:jline:jar:0.9.94 (compile)

JLine |
Description: JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.
URL: http://jline.sourceforge.net
Project License: BSD |
- io.netty:netty:jar:3.7.0.Final (compile)

The Netty Project |
Description: The Netty project is an effort to provide an asynchronous event-driven
network application framework and tools for rapid development of
maintainable high performance and high scalability protocol servers and
clients. In other words, Netty is a NIO client server framework which
enables quick and easy development of network applications such as protocol
servers and clients. It greatly simplifies and streamlines network
programming such as TCP and UDP socket server.
URL: http://netty.io/
Project License: Apache License, Version 2.0 |
- net.sf.jgcs:tests:jar:0.8.1 (test)
- com.googlecode.jmockit:jmockit:jar:1.7 (test)

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 (test)

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 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)

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

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
BSD: JLine
Apache License Version 2.0: ZooKeeper binding
Unknown: simple-jndi, zookeeper
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
Apache License, Version 2.0: The Netty Project
MIT LICENSE: JMockit Coverage, Main
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Log4j