文件下载
文件名 操作
tomcat-parent-5.5.23.pom 下载
Apache Maven
<dependency>
  <groupId>tomcat</groupId>
  <artifactId>tomcat-parent</artifactId>
  <version>5.5.23</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tomcat:tomcat-parent:5.5.23'
Gradle Kotlin
implementation("tomcat:tomcat-parent:5.5.23")
Scala SBT
libraryDependencies += "tomcat" % "tomcat-parent" % "5.5.23"
Groovy Grape
@Grapes(
  @Grab(group='tomcat', module='tomcat-parent', version='5.5.23')
)
Apache Ivy
<dependency org="tomcat" name="tomcat-parent" rev="5.5.23" />
Leiningen
[tomcat/tomcat-parent "5.5.23"]
Apache Buildr
'tomcat:tomcat-parent:jar:5.5.23'