a

activemq-stomp

The ActiveMQ STOMP Protocol Implementation
Files download
File Operation
activemq-stomp-5.15.13.jar download
activemq-stomp-5.15.13.pom download
activemq-stomp-5.15.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.activemq</groupId>
  <artifactId>activemq-stomp</artifactId>
  <version>5.15.13</version>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq:activemq-stomp:5.15.13'
Gradle Kotlin
implementation("org.apache.activemq:activemq-stomp:5.15.13")
Scala SBT
libraryDependencies += "org.apache.activemq" % "activemq-stomp" % "5.15.13"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq', module='activemq-stomp', version='5.15.13')
)
Apache Ivy
<dependency org="org.apache.activemq" name="activemq-stomp" rev="5.15.13" />
Leiningen
[org.apache.activemq/activemq-stomp "5.15.13"]
Apache Buildr
'org.apache.activemq:activemq-stomp:jar:5.15.13'