s

stompjms-client

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