Download stompjms-client-1.19.jar file - Jar s

Jar examples for s:stompjms-client

Description

STOMP-JMS is a JMS implementation using STOMP as the wire protocol

You can download jar file stompjms-client 1.19 in this page.

License

Open Source License

Build File

You can use the following script to add stompjms-client-1.19.jar to your project.

<dependency>
   <groupId>org.fusesource.stompjms</groupId>
   <artifactId>stompjms-client</artifactId>
   <version>1.19</version>
</dependency>
compile group: 'org.fusesource.stompjms', name: 'stompjms-client', version: '1.19'
libraryDependencies += "org.fusesource.stompjms" % "stompjms-client" % "1.19"
<dependency org="org.fusesource.stompjms" name="stompjms-client" rev="1.19"/>
@Grapes(@Grab(group='org.fusesource.stompjms', module='stompjms-client', version='1.19'))
'org.fusesource.stompjms:stompjms-client:jar:1.19'

Download

Click the following link to download the jar file.

stompjms-client-1.19-javadoc.jar
stompjms-client-1.19-sources.jar
stompjms-client-1.19-uber.jar
stompjms-client-1.19.jar
stompjms-client-1.19.pom



Related Tutorials