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