w

waffle-distro

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