w

waffle-form

Form Demo for WAFFLE
http://dblock.github.com/waffle/
Files download
File Operation
waffle-form-1.7.3.pom download
waffle-form-1.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dblock.waffle.demo</groupId>
  <artifactId>waffle-form</artifactId>
  <version>1.7.3</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.github.dblock.waffle.demo:waffle-form:1.7.3'
Gradle Kotlin
implementation("com.github.dblock.waffle.demo:waffle-form:1.7.3")
Scala SBT
libraryDependencies += "com.github.dblock.waffle.demo" % "waffle-form" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dblock.waffle.demo', module='waffle-form', version='1.7.3')
)
Apache Ivy
<dependency org="com.github.dblock.waffle.demo" name="waffle-form" rev="1.7.3" />
Leiningen
[com.github.dblock.waffle.demo/waffle-form "1.7.3"]
Apache Buildr
'com.github.dblock.waffle.demo:waffle-form:jar:1.7.3'