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

Jar examples for j:jsr311-api

Description

JAX-RS (JSR 311) API

You can download jar file jsr311-api 0.8 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.8.jar to your project.

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

Download

Click the following link to download the jar file.

jsr311-api-0.8.jar
jsr311-api-0.8.pom



Related Tutorials