w

waffle-spring-security3

Spring Security 3 integration for WAFFLE
http://dblock.github.com/waffle/
Eclipse Public License
Daniel Doubrovkine
Files download
File Operation
waffle-spring-security3-1.5.jar download
waffle-spring-security3-1.5.pom download
waffle-spring-security3-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dblock.waffle</groupId>
  <artifactId>waffle-spring-security3</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.dblock.waffle:waffle-spring-security3:1.5'
Gradle Kotlin
implementation("com.github.dblock.waffle:waffle-spring-security3:1.5")
Scala SBT
libraryDependencies += "com.github.dblock.waffle" % "waffle-spring-security3" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dblock.waffle', module='waffle-spring-security3', version='1.5')
)
Apache Ivy
<dependency org="com.github.dblock.waffle" name="waffle-spring-security3" rev="1.5" />
Leiningen
[com.github.dblock.waffle/waffle-spring-security3 "1.5"]
Apache Buildr
'com.github.dblock.waffle:waffle-spring-security3:jar:1.5'