Files download
File Operation
tomcat-http-5.5.15.jar download
tomcat-http-5.5.15.pom download
Apache Maven
<dependency>
  <groupId>tomcat</groupId>
  <artifactId>tomcat-http</artifactId>
  <version>5.5.15</version>
</dependency>
Gradle Groovy
implementation 'tomcat:tomcat-http:5.5.15'
Gradle Kotlin
implementation("tomcat:tomcat-http:5.5.15")
Scala SBT
libraryDependencies += "tomcat" % "tomcat-http" % "5.5.15"
Groovy Grape
@Grapes(
  @Grab(group='tomcat', module='tomcat-http', version='5.5.15')
)
Apache Ivy
<dependency org="tomcat" name="tomcat-http" rev="5.5.15" />
Leiningen
[tomcat/tomcat-http "5.5.15"]
Apache Buildr
'tomcat:tomcat-http:jar:5.5.15'