Maven Coordinates
Apache Maven
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-distro</artifactId>
<version>3.5.2-SNAPSHOT</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="com.github.waffle" name="waffle-distro" rev="3.5.2-SNAPSHOT">
<artifact name="waffle-distro" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.github.waffle', module='waffle-distro', version='3.5.2-SNAPSHOT')
)
Gradle/Grails
implementation 'com.github.waffle:waffle-distro:3.5.2-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.waffle" % "waffle-distro" % "3.5.2-SNAPSHOT"
Leiningen
[com.github.waffle/waffle-distro "3.5.2-SNAPSHOT"]