s

stompjms-client

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