s

stompjms-client

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