is not current version
Last Version 5.0.28

tomcat:tomcat-http11 4.1.34


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-http11
Version

Version

4.1.34
Type

Type

jar

Download tomcat-http11 4.1.34


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