Download commons-jaxrs-1.17.jar file - Jar c

Jar examples for c:commons-jaxrs

Description

Common classes to make creating REST services more consistent.

You can download jar file commons-jaxrs 1.17 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add commons-jaxrs-1.17.jar to your project.

<dependency>
   <groupId>edu.psu.swe.commons</groupId>
   <artifactId>commons-jaxrs</artifactId>
   <version>1.17</version>
</dependency>
compile group: 'edu.psu.swe.commons', name: 'commons-jaxrs', version: '1.17'
libraryDependencies += "edu.psu.swe.commons" % "commons-jaxrs" % "1.17"
<dependency org="edu.psu.swe.commons" name="commons-jaxrs" rev="1.17"/>
@Grapes(@Grab(group='edu.psu.swe.commons', module='commons-jaxrs', version='1.17'))
'edu.psu.swe.commons:commons-jaxrs:jar:1.17'

Download

Click the following link to download the jar file.

commons-jaxrs-1.17-javadoc.jar
commons-jaxrs-1.17-sources.jar
commons-jaxrs-1.17.jar
commons-jaxrs-1.17.pom



Related Tutorials