Download stomp-test-0.1.11.jar file - Jar s

Jar examples for s:stomp-test

Description

A Stomp client library

You can download jar file stomp-test 0.1.11 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add stomp-test-0.1.11.jar to your project.

<dependency>
   <groupId>de.lancom.systems.stomp</groupId>
   <artifactId>stomp-test</artifactId>
   <version>0.1.11</version>
</dependency>
compile group: 'de.lancom.systems.stomp', name: 'stomp-test', version: '0.1.11'
libraryDependencies += "de.lancom.systems.stomp" % "stomp-test" % "0.1.11"
<dependency org="de.lancom.systems.stomp" name="stomp-test" rev="0.1.11"/>
@Grapes(@Grab(group='de.lancom.systems.stomp', module='stomp-test', version='0.1.11'))
'de.lancom.systems.stomp:stomp-test:jar:0.1.11'

Download

Click the following link to download the jar file.

stomp-test-0.1.11-javadoc.jar
stomp-test-0.1.11-sources.jar
stomp-test-0.1.11.jar
stomp-test-0.1.11.pom



Related Tutorials