w

waffle-mixed

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