Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.waffle</groupId>
  <artifactId>waffle-tests</artifactId>
  <version>3.3.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.waffle" name="waffle-tests" rev="3.3.1-SNAPSHOT">
  <artifact name="waffle-tests" type="jar" />
</dependency>

Groovy Grape

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

Gradle/Grails

implementation 'com.github.waffle:waffle-tests:3.3.1-SNAPSHOT'

Scala SBT

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

Leiningen

[com.github.waffle/waffle-tests "3.3.1-SNAPSHOT"]