Jar examples for t:tomcat
Crate for the installation and configuration of Apache Tomcat
You can download jar file tomcat 8.0.15 in this page.
The Apache Software License, Version 2.0
You can use the following script to add tomcat-8.0.15.jar to your project.
<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat</artifactId> <version>8.0.15</version> </dependency>
compile group: 'org.apache.tomcat', name: 'tomcat', version: '8.0.15'
libraryDependencies += "org.apache.tomcat" % "tomcat" % "8.0.15"
<dependency org="org.apache.tomcat" name="tomcat" rev="8.0.15"/>
@Grapes(@Grab(group='org.apache.tomcat', module='tomcat', version='8.0.15'))
'org.apache.tomcat:tomcat:jar:8.0.15'
Click the following link to download the jar file.
tomcat-8.0.15.pom