Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dblock.waffle</groupId>
  <artifactId>waffle-spring-security3</artifactId>
  <version>1.8.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.dblock.waffle:waffle-spring-security3:jar:1.8.0-SNAPSHOT'

Apache Ivy

<dependency org="com.github.dblock.waffle" name="waffle-spring-security3" rev="1.8.0-SNAPSHOT">
  <artifact name="waffle-spring-security3" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security3', version='1.8.0-SNAPSHOT')
)

Grails

compile 'com.github.dblock.waffle:waffle-spring-security3:1.8.0-SNAPSHOT'

Leiningen

[com.github.dblock.waffle/waffle-spring-security3 "1.8.0-SNAPSHOT"]

SBT

libraryDependencies += "com.github.dblock.waffle" % "waffle-spring-security3" % "1.8.0-SNAPSHOT"