a

activemq-cf

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