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

