t

tomcat

Tomcat 7 - 7.0.28
https://github.com/t7mp
The Apache Software License, Version 2.0
Joerg Bellmann
文件下载
文件名 操作
tomcat-7.0.28.pom 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.t7mp</groupId>
  <artifactId>tomcat</artifactId>
  <version>7.0.28</version>
  <type>zip</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.t7mp:tomcat:7.0.28'
Gradle Kotlin
implementation("com.googlecode.t7mp:tomcat:7.0.28")
Scala SBT
libraryDependencies += "com.googlecode.t7mp" % "tomcat" % "7.0.28"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.t7mp', module='tomcat', version='7.0.28')
)
Apache Ivy
<dependency org="com.googlecode.t7mp" name="tomcat" rev="7.0.28" />
Leiningen
[com.googlecode.t7mp/tomcat "7.0.28"]
Apache Buildr
'com.googlecode.t7mp:tomcat:jar:7.0.28'
本项目依赖
该项目无第三方依赖