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