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 |
---|---|---|---|---|---|
GTGE | GTGE | 0.2.3 | - | jar | |
GTGE | GTGE_Add-Ons | 0.1.0 | - | jar | |
GTGE | GTGE_Networking | 0.2.0 | - | jar | |
IB | ibxm | alpha47 | - | jar | |
com.dnsalias.java | timer | 1.1 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
rhino | js | 1.6R7 | - | 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.2 | - | jar | |
org.easymock | easymockclassextension | 2.2 | - | 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 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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
org.easymock | easymock | 2.2 | - | jar |
Mother of all Gravity Games v1.96-SNAPSHOT
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/${pom.artifactId.substring(8)}/
Log4j
http://logging.apache.org/log4j/docs/
Rhino: JavaScript for Java
Unnamed - GTGE:GTGE_Add-Ons:pom:0.1.0
Unnamed - com.dnsalias.java:timer:pom:1.1
Unnamed - GTGE:GTGE_Networking:pom:0.2.0
Unnamed - junit:junit:jar:3.8.2
The EasyMock Class Extension allows to generate Mock Objects for classes
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism