Download messaging-service-0.23.1.jar file - Jar m

Jar examples for m:messaging-service

Description

Defines RESTful service interfaces for sending messages to other participants

You can download jar file messaging-service 0.23.1 in this page.

License

Apache License

Build File

You can use the following script to add messaging-service-0.23.1.jar to your project.

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

Download

Click the following link to download the jar file.

messaging-service-0.23.1-javadoc.jar
messaging-service-0.23.1-sources.jar
messaging-service-0.23.1.jar
messaging-service-0.23.1.pom



Related Tutorials