Download coyote-6.0.30.jar file - Jar c

Jar examples for c:coyote

Description

Tomcat Connectors and HTTP parser

You can download jar file coyote 6.0.30 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add coyote-6.0.30.jar to your project.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>coyote</artifactId>
   <version>6.0.30</version>
</dependency>
compile group: 'org.apache.tomcat', name: 'coyote', version: '6.0.30'
libraryDependencies += "org.apache.tomcat" % "coyote" % "6.0.30"
<dependency org="org.apache.tomcat" name="coyote" rev="6.0.30"/>
@Grapes(@Grab(group='org.apache.tomcat', module='coyote', version='6.0.30'))
'org.apache.tomcat:coyote:jar:6.0.30'

Download

Click the following link to download the jar file.

coyote-6.0.30.jar
coyote-6.0.30.pom



Related Tutorials