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.xstream | xstream | 1.3.1 | - | jar | |
cz.cuni.amis | afsm | 1.0.1-SNAPSHOT | - | jar | |
cz.cuni.amis | xmllist | 1.0.0-20110217.113756-6 | - | jar | |
cz.cuni.amis.pogamut | pogamut-unreal | 3.3.0-SNAPSHOT | - | jar | |
net.sourceforge.saxon | saxon | 9.1.0.8 | - | jar | |
org.apache.ant | ant-trax | 1.8.0 | - | 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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
com.google.inject | guice | 2.0 | - | jar | |
com.google.inject.extensions | guice-assisted-inject | 2.0 | - | jar | |
com.google.inject.extensions | guice-multibindings | 2.0 | - | jar | |
com.sun.script | jython-engine | 1.0 | - | jar | |
cz.cuni.amis | amis-utils | 3.3.0-SNAPSHOT | - | jar | |
cz.cuni.amis | introspection | 1.0.0-SNAPSHOT | - | jar | |
cz.cuni.amis | javageom | 1.0.0-SNAPSHOT | - | jar | |
cz.cuni.amis.pogamut | pogamut-base | 3.3.0-SNAPSHOT | - | jar | |
javax.vecmath | vecmath | 1.5.1 | - | jar | |
org.jython | jython | 1.2007 | - | jar | |
xpp3 | xpp3_min | 1.1.4c | - | jar |
Java interface to the GameBotsUDK. Makes it possible to write bots running in the UnrealDevelopmentKit game in Java.
contains particularly one class necessary for the execution of the xslt task
http://ant.apache.org/ant-trax/
Saxon a complete and conformant implementation of the XSLT 2.0, XQuery 1.0, and XPath 2.0 Recommendations published on 23 January 2007 by W3C
MXP1: Xml Pull Parser 3rd Edition (XPP3)
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
Google Guice - Extension: Multibindings
Tools injecting collections of bound values
http://code.google.com/p/google-guice/extensions-parent/guice-multibindings/
Google Guice - Extension: Assisted Inject
An easier way to help the Guice Injector build objects
http://code.google.com/p/google-guice/extensions-parent/guice-assisted-inject/
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google.
http://code.google.com/p/google-guice/guice/
Artifactory auto generated POM
Artifactory auto generated POM
Artifactory auto generated POM
EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism
JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java.