Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.waffle.demo</groupId>
  <artifactId>waffle-jaas</artifactId>
  <version>3.3.1-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Ivy

<dependency org="com.github.waffle.demo" name="waffle-jaas" rev="3.3.1-SNAPSHOT">
  <artifact name="waffle-jaas" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.waffle.demo', module='waffle-jaas', version='3.3.1-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.waffle.demo:waffle-jaas:3.3.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.waffle.demo" % "waffle-jaas" % "3.3.1-SNAPSHOT"

Leiningen

[com.github.waffle.demo/waffle-jaas "3.3.1-SNAPSHOT"]