s

stompjms-activemq-test

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