is not current version
Last Version 1.3

org.codehaus.waffle:waffle 1.0-RC-1

Waffle is a Java action-based web framework that was built to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.

GroupId

GroupId

org.codehaus.waffle
ArtifactId

ArtifactId

waffle
Version

Version

1.0-RC-1
Type

Type

pom

Download waffle 1.0-RC-1

Filename Size
waffle-1.0-RC-1.pom 16 KB
Browse

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