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