a

activemq-cf

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