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 | - | jar | |
cz.cuni.amis | introspection | 1.0.0-SNAPSHOT | - | jar | |
cz.cuni.amis | javageom | 3.3.0 | - | jar | |
javax.vecmath | vecmath | 1.5.1 | - | jar | |
org.jython | jython | 1.2007 | - | jar |
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.