is not current version
Last Version 5.5.23

tomcat:tomcat-coyote 3.3.2


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-coyote
Version

Version

3.3.2
Type

Type

jar

Download tomcat-coyote 3.3.2


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