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 |
|---|---|---|---|---|---|
| junit | junit | 4.4 | - | jar | |
| org.apache.maven | maven-plugin-api | 2.0.8 | - | jar | |
| org.apache.maven | maven-project | 2.0.8 | - | jar | |
| org.codehaus.groovy | groovy-all | 1.5.4 | - | jar | |
| org.easyb | easyb | 0.8 | - | jar |
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 |
|---|---|---|---|---|---|
| classworlds | classworlds | 1.1-alpha-2 | - | jar | |
| commons-cli | commons-cli | 1.1 | - | jar | |
| jline | jline | 0.9.93 | - | jar | |
| org.apache.ant | ant | 1.7.0 | - | jar | |
| org.apache.ant | ant-launcher | 1.7.0 | - | jar | |
| org.apache.maven | maven-artifact | 2.0.8 | - | jar | |
| org.apache.maven | maven-artifact-manager | 2.0.8 | - | jar | |
| org.apache.maven | maven-model | 2.0.8 | - | jar | |
| org.apache.maven | maven-plugin-registry | 2.0.8 | - | jar | |
| org.apache.maven | maven-profile | 2.0.8 | - | jar | |
| org.apache.maven | maven-repository-metadata | 2.0.8 | - | jar | |
| org.apache.maven | maven-settings | 2.0.8 | - | jar | |
| org.apache.maven.wagon | wagon-provider-api | 1.0-beta-2 | - | jar | |
| org.codehaus.plexus | plexus-container-default | 1.0-alpha-9-stable-1 | - | jar | |
| org.codehaus.plexus | plexus-utils | 1.4.6 | - | jar |
A Maven plugin for creating story reports
http://www.easyb.org/maven-easyb-plugin
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-plugin-api
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
http://maven.apache.org/maven-project
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-settings
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-profile
Maven Model
http://maven.apache.org/maven-model
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact-manager
Maven Repository Metadata Model
Maven Plugin Mapping
http://maven.apache.org/maven-repository-metadata
Maven Wagon API that defines the contract between different Wagon implementations
http://maven.apache.org/wagon/wagon-provider-api
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-plugin-registry
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact
http://plexus.codehaus.org/plexus-utils
http://classworlds.codehaus.org/
Groovy: A powerful, dynamic language for the JVM
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
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.
A behavior driven development framework for the Java platform
Commons CLI provides a simple API for presenting, processing and validating a command line interface.
http://jakarta.apache.org/commons/cli/
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.