is not current version
Last Version 5.5.23

tomcat:tomcat-coyote 5.0.16


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-coyote
Version

Version

5.0.16
Type

Type

jar

Download tomcat-coyote 5.0.16


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