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

