w

waffle-mixed

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