is not current version
Last Version 4.1.36

tomcat:tomcat4-coyote 4.1.34


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat4-coyote
Version

Version

4.1.34
Type

Type

jar

Download tomcat4-coyote 4.1.34


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