s

stompjms-client

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