Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdtomcat-http11 |
Version | Version5.0.16 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-http11-5.0.16.pom | |
tomcat-http11-5.0.16.jar | 49 KB |
Browse |
<!-- 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"]