w

waffle-spring-filter

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