w

waffle-tomcat6

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