Download jsr250-api-1.0.jar file - Jar j

Jar examples for j:jsr250-api

Description

JSR-250 Reference Implementation by Glassfish

You can download jar file jsr250-api 1.0 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jsr250-api-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

jsr250-api-1.0-sources.jar
jsr250-api-1.0.jar
jsr250-api-1.0.pom



Related Tutorials