Download stompjms-client-1.11.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.11 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials