s

stompjms-client

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