s

stompjms-client

STOMP-JMS is a JMS implementation using STOMP as the wire protocol
Files download
File Operation
stompjms-client-1.26.jar download
stompjms-client-1.26.pom download
stompjms-client-1.26-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hyte.stompjms</groupId>
  <artifactId>stompjms-client</artifactId>
  <version>1.26</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.hyte.stompjms:stompjms-client:1.26'
Gradle Kotlin
implementation("io.hyte.stompjms:stompjms-client:1.26")
Scala SBT
libraryDependencies += "io.hyte.stompjms" % "stompjms-client" % "1.26"
Groovy Grape
@Grapes(
  @Grab(group='io.hyte.stompjms', module='stompjms-client', version='1.26')
)
Apache Ivy
<dependency org="io.hyte.stompjms" name="stompjms-client" rev="1.26" />
Leiningen
[io.hyte.stompjms/stompjms-client "1.26"]
Apache Buildr
'io.hyte.stompjms:stompjms-client:jar:1.26'