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.3 | - | jar | |
| org.codehaus.groovy.maven | gmaven-common | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven | gmaven-mojo-support | 1.0-rc-1 | - | jar | |
| org.openqa.selenium.client-drivers | selenium-java-client-driver | 1.0-beta-1 | - | jar | |
| org.openqa.selenium.server | selenium-server | 1.0-beta-1 | standalone | jar |
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 |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.apache.maven | maven-project | 2.0.5 | - | 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 |
|---|---|---|---|---|---|
| com.thoughtworks.qdox | qdox | 1.6.3 | - | jar | |
| jline | jline | 0.9.94 | - | jar | |
| org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
| org.codehaus.groovy | groovy-all-minimal | 1.5.6 | - | jar | |
| org.codehaus.groovy.maven | gmaven-mojo | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.feature | gmaven-feature-api | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.feature | gmaven-feature-support | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.runtime | gmaven-runtime-1.5 | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.runtime | gmaven-runtime-api | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.runtime | gmaven-runtime-default | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.runtime | gmaven-runtime-support | 1.0-rc-1 | - | jar | |
| org.codehaus.groovy.maven.support | ant-1.7.0 | 1.0-rc-1 | - | jar | |
| org.openqa.selenium.core | selenium-core | 1.0-beta-1 | - | jar | |
| org.slf4j | slf4j-api | 1.5.0 | - | jar |
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 |
|---|---|---|---|---|---|
| org.apache.ant | ant-launcher | 1.7.0 | - | jar |
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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| classworlds | classworlds | 1.1-alpha-2 | - | jar | |
| org.apache.maven | maven-artifact | 2.0.5 | - | jar | |
| org.apache.maven | maven-artifact-manager | 2.0.5 | - | jar | |
| org.apache.maven | maven-model | 2.0.5 | - | jar | |
| org.apache.maven | maven-profile | 2.0.5 | - | jar | |
| org.apache.maven | maven-repository-metadata | 2.0.5 | - | jar | |
| org.apache.maven | maven-settings | 2.0.5 | - | jar | |
| org.apache.maven.wagon | wagon-provider-api | 1.0-beta-2 | - | jar | |
| org.codehaus.plexus | plexus-container-default | 1.0-alpha-9 | - | jar | |
| org.codehaus.plexus | plexus-utils | 1.1 | - | jar |
Support for using Selenium with Maven 2.
http://mojo.codehaus.org/selenium-maven-plugin
Provides additional/optional support for implementing Maven 2 plugins in Groovy.
http://groovy.codehaus.org/GMaven/gmaven-mojo-support
Provides support for implementing Maven 2 plugins in Groovy.
http://groovy.codehaus.org/GMaven/gmaven-mojo
Common components used by the Maven plugin and Mojo support.
http://groovy.codehaus.org/GMaven/gmaven-common
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-artifact
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://classworlds.codehaus.org/
http://www.openqa.org/selenium-rc/selenium-server
Selenium RC Java Client Driver
http://www.openqa.org/selenium-rc/selenium-client-drivers/selenium-java-client-driver
http://www.openqa.org/selenium-core
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://jakarta.apache.org/commons/lang/
Log4j