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