s

stompjms-activemq-test

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