Download service-common-1.0.0.jar file - Jar s

Jar examples for s:service-common

Description

Common classes for RESTful service interfaces.

You can download jar file service-common 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add service-common-1.0.0.jar to your project.

<dependency>
   <groupId>org.apache.cxf.fediz.examples.webservice</groupId>
   <artifactId>service-common</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.apache.cxf.fediz.examples.webservice', name: 'service-common', version: '1.0.0'
libraryDependencies += "org.apache.cxf.fediz.examples.webservice" % "service-common" % "1.0.0"
<dependency org="org.apache.cxf.fediz.examples.webservice" name="service-common" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.cxf.fediz.examples.webservice', module='service-common', version='1.0.0'))
'org.apache.cxf.fediz.examples.webservice:service-common:jar:1.0.0'

Download

Click the following link to download the jar file.

service-common-1.0.0-javadoc.jar
service-common-1.0.0-sources.jar
service-common-1.0.0-tests.jar
service-common-1.0.0.jar
service-common-1.0.0.pom



Related Tutorials