w

waffle-spring-form

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