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

Jar examples for t:tomcat-annotations-api

Description

Annotations Package

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials