w

waffle-tomcat6

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