Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdtomcat-http11 |
Version | Version4.1.36 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-http11-4.1.36.pom | |
tomcat-http11-4.1.36.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/tomcat-http11/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>tomcat-http11</artifactId>
<version>4.1.36</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/tomcat-http11/
implementation 'tomcat:tomcat-http11:4.1.36'
// https://jarcasting.com/artifacts/tomcat/tomcat-http11/
implementation ("tomcat:tomcat-http11:4.1.36")
'tomcat:tomcat-http11:jar:4.1.36'
<dependency org="tomcat" name="tomcat-http11" rev="4.1.36">
<artifact name="tomcat-http11" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='tomcat-http11', version='4.1.36')
)
libraryDependencies += "tomcat" % "tomcat-http11" % "4.1.36"
[tomcat/tomcat-http11 "4.1.36"]