a

activemq-http

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