w

waffle-jetty

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