a

activemq-cf

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