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