is not current version
Last Version 5.5.23

tomcat:tomcat-coyote 4.1.34


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-coyote
Version

Version

4.1.34
Type

Type

jar

Download tomcat-coyote 4.1.34


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