| License | License | 
|---|---|
| Categories | CategoriesTomcat Container Application Servers | 
| GroupId | GroupIdorg.apache.tomcat | 
| ArtifactId | ArtifactIdcoyote | 
| Last Version | Last Version6.0.53 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTomcat Connectors and HTTP parser | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| coyote-6.0.53.pom | |
| coyote-6.0.53.jar | 750 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/coyote/ -->
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>coyote</artifactId>
    <version>6.0.53</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomcat/coyote/
implementation 'org.apache.tomcat:coyote:6.0.53'// https://jarcasting.com/artifacts/org.apache.tomcat/coyote/
implementation ("org.apache.tomcat:coyote:6.0.53")'org.apache.tomcat:coyote:jar:6.0.53'<dependency org="org.apache.tomcat" name="coyote" rev="6.0.53">
  <artifact name="coyote" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tomcat', module='coyote', version='6.0.53')
)libraryDependencies += "org.apache.tomcat" % "coyote" % "6.0.53"[org.apache.tomcat/coyote "6.0.53"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.tomcat : servlet-api | jar | 6.0.53 | 
| org.apache.tomcat : juli | jar | 6.0.53 |