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 |
---|---|---|---|---|---|
org.codehaus.waffle | waffle-mock | 1.3 | - | jar | |
org.codehaus.waffle | waffle-ruby | 1.3 | - | jar | |
org.codehaus.waffle | waffle-taglib | 1.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 |
---|---|---|---|---|---|
org.jmock | jmock-junit4 | 2.4.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 |
---|---|---|---|---|---|
jboss | javassist | 3.7.ga | - | jar | |
ognl | ognl | 2.7.3 | - | jar | |
org.codehaus.waffle | waffle-core | 1.3 | - | jar | |
org.jruby | jruby-complete | 1.1.2 | - | jar | |
org.picocontainer | picocontainer | 2.5.1 | - | 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-dep | 4.4 | - | jar | |
org.hamcrest | hamcrest-core | 1.1 | - | jar | |
org.hamcrest | hamcrest-library | 1.1 | - | jar | |
org.jmock | jmock | 2.4.0 | - | 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 |
---|---|---|---|---|---|
javax.servlet | jstl | 1.2 | - | jar | |
taglibs | standard | 1.1.2 | - | jar |
Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.
http://waffle.codehaus.org/waffle-distribution
Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.
http://waffle.codehaus.org/waffle-ruby
A 1.8.5 compatible Ruby interpreter written in 100% pure Java
http://www.jruby.org/maven/jruby-complete
Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.
http://waffle.codehaus.org/waffle-mock
Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.
http://waffle.codehaus.org/waffle-taglib
Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.
http://waffle.codehaus.org/waffle-core
Unnamed - javax.servlet:jstl:jar:1.2
Unnamed - taglibs:standard:jar:1.1.2
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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.