Download jsr311-api-0.6.jar file - Jar j

Jar examples for j:jsr311-api

Description

JAX-RS (JSR 311) API

You can download jar file jsr311-api 0.6 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jsr311-api-0.6.jar to your project.

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

Download

Click the following link to download the jar file.

jsr311-api-0.6-sources.jar
jsr311-api-0.6.jar
jsr311-api-0.6.pom



Related Tutorials