Download jsr311-api-1.1-ea.jar file - Jar j

Jar examples for j:jsr311-api

Description

JAX-RS (JSR 311) API

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

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

Download

Click the following link to download the jar file.

jsr311-api-1.1-ea-javadoc.jar
jsr311-api-1.1-ea-sources.jar
jsr311-api-1.1-ea.jar
jsr311-api-1.1-ea.pom



Related Tutorials