w

waffle-jaas

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