w

waffle-demo-parent

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