Download service-common-0.22.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 0.22.0 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>io.joynr.java.messaging</groupId>
   <artifactId>service-common</artifactId>
   <version>0.22.0</version>
</dependency>
compile group: 'io.joynr.java.messaging', name: 'service-common', version: '0.22.0'
libraryDependencies += "io.joynr.java.messaging" % "service-common" % "0.22.0"
<dependency org="io.joynr.java.messaging" name="service-common" rev="0.22.0"/>
@Grapes(@Grab(group='io.joynr.java.messaging', module='service-common', version='0.22.0'))
'io.joynr.java.messaging:service-common:jar:0.22.0'

Download

Click the following link to download the jar file.

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



Related Tutorials