s

stompjms-activemq-test

Tests the stompjms client against ActiveMQ
Files download
File Operation
stompjms-activemq-test-2.0.0.jar download
stompjms-activemq-test-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.hyte.stompjms</groupId>
  <artifactId>stompjms-activemq-test</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.hyte.stompjms:stompjms-activemq-test:2.0.0'
Gradle Kotlin
implementation("io.hyte.stompjms:stompjms-activemq-test:2.0.0")
Scala SBT
libraryDependencies += "io.hyte.stompjms" % "stompjms-activemq-test" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hyte.stompjms', module='stompjms-activemq-test', version='2.0.0')
)
Apache Ivy
<dependency org="io.hyte.stompjms" name="stompjms-activemq-test" rev="2.0.0" />
Leiningen
[io.hyte.stompjms/stompjms-activemq-test "2.0.0"]
Apache Buildr
'io.hyte.stompjms:stompjms-activemq-test:jar:2.0.0'