Jar examples for j:jsr311-api
JAX-RS (JSR 311) API
You can download jar file jsr311-api 1.1 in this page.
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
You can use the following script to add jsr311-api-1.1.jar to your project.
<dependency> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> <version>1.1</version> </dependency>
compile group: 'javax.ws.rs', name: 'jsr311-api', version: '1.1'
libraryDependencies += "javax.ws.rs" % "jsr311-api" % "1.1"
<dependency org="javax.ws.rs" name="jsr311-api" rev="1.1"/>
@Grapes(@Grab(group='javax.ws.rs', module='jsr311-api', version='1.1'))
'javax.ws.rs:jsr311-api:jar:1.1'
Click the following link to download the jar file.
jsr311-api-1.1-javadoc.jar