w

waffle-mixed

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