Download tomcat-annotations-api-7.0.84.jar file - Jar t

Jar examples for t:tomcat-annotations-api

Description

Annotations Package

You can download jar file tomcat-annotations-api 7.0.84 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tomcat-annotations-api-7.0.84.jar to your project.

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

Download

Click the following link to download the jar file.

tomcat-annotations-api-7.0.84-sources.jar
tomcat-annotations-api-7.0.84.jar
tomcat-annotations-api-7.0.84.pom



Related Tutorials