w

waffle-spring-form

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