s

stompjms-client

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