Last Version

Waffle Mock 1.3

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.

License

License

BSD license
GroupId

GroupId

org.codehaus.waffle
ArtifactId

ArtifactId

waffle-mock
Version

Version

1.3
Type

Type

jar
Description

Description

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.

Download waffle-mock 1.3


<!-- https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-mock/ -->
<dependency>
    <groupId>org.codehaus.waffle</groupId>
    <artifactId>waffle-mock</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-mock/
implementation 'org.codehaus.waffle:waffle-mock:1.3'
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-mock/
implementation ("org.codehaus.waffle:waffle-mock:1.3")
'org.codehaus.waffle:waffle-mock:jar:1.3'
<dependency org="org.codehaus.waffle" name="waffle-mock" rev="1.3">
  <artifact name="waffle-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.waffle', module='waffle-mock', version='1.3')
)
libraryDependencies += "org.codehaus.waffle" % "waffle-mock" % "1.3"
[org.codehaus.waffle/waffle-mock "1.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.waffle : waffle-core jar 1.3
org.jmock : jmock-junit4 jar 2.4.0

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.