w

waffle-tomcat9

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