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

Jar examples for s:stomp-test

Description

A Stomp client library

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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials