Download javax.annotation-api-1.2-b03.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.2-b03 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

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

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

Download

Click the following link to download the jar file.

javax.annotation-api-1.2-b03-javadoc.jar
javax.annotation-api-1.2-b03-sources.jar
javax.annotation-api-1.2-b03.jar
javax.annotation-api-1.2-b03.pom



Related Tutorials