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 Classifier Type Optional
commons-lang commons-lang 2.4 - jar
commons-logging commons-logging 1.1.1 - jar
rhino js 1.7R1 - jar
commons-beanutils commons-beanutils 1.8.0 - jar (optional)
org.codehaus.groovy groovy-all 1.6.3 - jar (optional)
org.testng testng 5.9 jdk14 jar (optional)
org.testng testng 5.9 jdk15 jar (optional)

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Classifier Type Optional
log4j log4j 1.2.14 - jar (optional)

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 Classifier Type Optional
jline jline 0.9.94 - jar
org.apache.ant ant 1.7.1 - jar
org.apache.ant ant-launcher 1.7.1 - jar
junit junit 4.6 - jar (optional)

Project Dependency Graph

Dependency Listings

jstester

JsTester allows validation of javaScript code inside java.

http://jstester.sf.net

TestNG

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.

http://testng.org

TestNG

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.

http://testng.org

Commons BeanUtils

BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

http://commons.apache.org/beanutils/

Commons Lang

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.

http://commons.apache.org/lang/

Commons Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://commons.apache.org/logging

Rhino

Rhino: JavaScript for Java

http://www.mozilla.org/rhino/

Log4j

Log4j

http://logging.apache.org/log4j/docs/

Groovy

Groovy: A powerful, dynamic language for the JVM

http://groovy.codehaus.org/

org.apache.tools.ant

Apache Ant

http://ant.apache.org/ant

Unnamed - org.apache.ant:ant-launcher:jar:1.7.1

master POM

http://ant.apache.org/ant-launcher

JLine

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.

http://jline.sourceforge.net

JUnit

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.

http://junit.org