Download javax.annotation-api-1.3.jar file - Jar j

Jar examples for j:javax.annotation-api

Description

Common Annotations for the JavaTM Platform API

You can download jar file javax.annotation-api 1.3 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add javax.annotation-api-1.3.jar to your project.

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

Download

Click the following link to download the jar file.

javax.annotation-api-1.3-javadoc.jar
javax.annotation-api-1.3-sources.jar
javax.annotation-api-1.3.jar
javax.annotation-api-1.3.pom



Related Tutorials