w

waffle-distro

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