is not current version
Last Version 5.0.28

tomcat:tomcat-http11 3.3.2


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-http11
Version

Version

3.3.2
Type

Type

jar

Download tomcat-http11 3.3.2


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