is not current version
Last Version 5.0.28

tomcat:tomcat-http11 5.0.16


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-http11
Version

Version

5.0.16
Type

Type

jar

Download tomcat-http11 5.0.16


<!-- https://jarcasting.com/artifacts/tomcat/tomcat-http11/ -->
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-http11</artifactId>
    <version>5.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/tomcat-http11/
implementation 'tomcat:tomcat-http11:5.0.16'
// https://jarcasting.com/artifacts/tomcat/tomcat-http11/
implementation ("tomcat:tomcat-http11:5.0.16")
'tomcat:tomcat-http11:jar:5.0.16'
<dependency org="tomcat" name="tomcat-http11" rev="5.0.16">
  <artifact name="tomcat-http11" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='tomcat-http11', version='5.0.16')
)
libraryDependencies += "tomcat" % "tomcat-http11" % "5.0.16"
[tomcat/tomcat-http11 "5.0.16"]