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.jcraft | jsch | 0.1.36 | - | jar | |
net.sourceforge.argval | argval | 0.3-SNAPSHOT | - | jar | |
org.slf4j | slf4j-api | 1.4.3 | - | jar | |
org.slf4j | slf4j-simple | 1.4.3 | - | 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 | 4.4 | - | 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 |
---|---|---|---|---|---|
commons-logging | commons-logging | 1.0.4 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
oro | oro | 2.0.8 | - | jar |
For starting / stopping, getting state, etc. of the VmWare guests. Translate Java calls into vmware shell commands, which are then executed through a locale shell or through a secure shell on a remote VmWare server console.
http://java-vmware-cmd.sourceforge.net/
SLF4J Simple binding
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.
Unnamed - com.jcraft:jsch:jar:0.1.36
The slf4j API
An easy way for checking the preconditions of (public) methods and constructors. All arguments can be checked, before an IllegalArgumentException is thrown. Creating consistent messages for inconvenieneces in argument values.
http://java-arg-val.sourceforge.net/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.