Download jaxrs-ri-2.25.jar file - Jar j

Jar examples for j:jaxrs-ri

Description

A bundle project producing JAX-RS RI bundles. The primary artifact is an "all-in-one" OSGi-fied JAX-RS RI bundle (jaxrs-ri.jar). Attached to that are two compressed JAX-RS RI archives. The first archive (jaxrs-ri.zip) consists of binary RI bits and contains the API jar (under "api" directory), RI libraries (under "lib" directory) as well as all external RI dependencies (under "ext" directory). The secondary archive (jaxrs-ri-src.zip) contains buildable JAX-RS RI source bundle and contains the API jar (under "api" directory), RI sources (under "src" directory) as well as all external RI dependencies (under "ext" directory). The second archive also contains "build.xml" ANT script that builds the RI sources. To build the JAX-RS RI simply unzip the archive, cd to the created jaxrs-ri directory and invoke "ant" from the command line.

You can download jar file jaxrs-ri 2.25 in this page.

License

Open Source License

Build File

You can use the following script to add jaxrs-ri-2.25.jar to your project.

<dependency>
   <groupId>org.glassfish.jersey.bundles</groupId>
   <artifactId>jaxrs-ri</artifactId>
   <version>2.25</version>
</dependency>
compile group: 'org.glassfish.jersey.bundles', name: 'jaxrs-ri', version: '2.25'
libraryDependencies += "org.glassfish.jersey.bundles" % "jaxrs-ri" % "2.25"
<dependency org="org.glassfish.jersey.bundles" name="jaxrs-ri" rev="2.25"/>
@Grapes(@Grab(group='org.glassfish.jersey.bundles', module='jaxrs-ri', version='2.25'))
'org.glassfish.jersey.bundles:jaxrs-ri:jar:2.25'

Download

Click the following link to download the jar file.

jaxrs-ri-2.25-javadoc.jar
jaxrs-ri-2.25-sources.jar
jaxrs-ri-2.25.jar
jaxrs-ri-2.25.pom



Related Tutorials