a

activemq-cf

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