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) |
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) |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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) |
JsTester allows validation of javaScript code inside java.
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
http://commons.apache.org/beanutils/
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 is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
Rhino: JavaScript for Java
Log4j
http://logging.apache.org/log4j/docs/
Groovy: A powerful, dynamic language for the JVM
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.1
master POM
http://ant.apache.org/ant-launcher
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.
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.