w

waffle-tomcat6

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