w

waffle-tomcat85

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