a

activemq-camel

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