t

tomcat-http11

文件下载
文件名 操作
tomcat-http11-5.0.28.jar 下载
tomcat-http11-5.0.28.pom 下载
Apache Maven
<dependency>
  <groupId>tomcat</groupId>
  <artifactId>tomcat-http11</artifactId>
  <version>5.0.28</version>
</dependency>
Gradle Groovy
implementation 'tomcat:tomcat-http11:5.0.28'
Gradle Kotlin
implementation("tomcat:tomcat-http11:5.0.28")
Scala SBT
libraryDependencies += "tomcat" % "tomcat-http11" % "5.0.28"
Groovy Grape
@Grapes(
  @Grab(group='tomcat', module='tomcat-http11', version='5.0.28')
)
Apache Ivy
<dependency org="tomcat" name="tomcat-http11" rev="5.0.28" />
Leiningen
[tomcat/tomcat-http11 "5.0.28"]
Apache Buildr
'tomcat:tomcat-http11:jar:5.0.28'
本项目依赖
该项目无第三方依赖