w

waffle-spring-security2

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