is not current version
Last Version 5.5.23

tomcat:tomcat-coyote 4.0.4


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-coyote
Version

Version

4.0.4
Type

Type

jar

Download tomcat-coyote 4.0.4


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