w

waffle-tests

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