Download tomcat-api-9.0.0.M17.jar file - Jar t

Jar examples for t:tomcat-api

Description

Definition of interfaces shared by Catalina and Jasper

You can download jar file tomcat-api 9.0.0.M17 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tomcat-api-9.0.0.M17.jar to your project.

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

Download

Click the following link to download the jar file.

tomcat-api-9.0.0.M17-sources.jar
tomcat-api-9.0.0.M17.jar
tomcat-api-9.0.0.M17.pom



Related Tutorials