a

activemq-camel

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