s

stompjms-client

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