Download tomcat-7.0.64.jar file - Jar t

Jar examples for t:tomcat

Description

Crate for the installation and configuration of Apache Tomcat

You can download jar file tomcat 7.0.64 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tomcat-7.0.64.jar to your project.

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

Download

Click the following link to download the jar file.

tomcat-7.0.64.pom



Related Tutorials