w

waffle-tomcat5

Tomcat 5 integration for WAFFLE
http://dblock.github.com/waffle/
文件下载
文件名 操作
waffle-tomcat5-1.7.3.jar 下载
waffle-tomcat5-1.7.3.pom 下载
waffle-tomcat5-1.7.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.dblock.waffle</groupId>
  <artifactId>waffle-tomcat5</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.dblock.waffle:waffle-tomcat5:1.7.3'
Gradle Kotlin
implementation("com.github.dblock.waffle:waffle-tomcat5:1.7.3")
Scala SBT
libraryDependencies += "com.github.dblock.waffle" % "waffle-tomcat5" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dblock.waffle', module='waffle-tomcat5', version='1.7.3')
)
Apache Ivy
<dependency org="com.github.dblock.waffle" name="waffle-tomcat5" rev="1.7.3" />
Leiningen
[com.github.dblock.waffle/waffle-tomcat5 "1.7.3"]
Apache Buildr
'com.github.dblock.waffle:waffle-tomcat5:jar:1.7.3'