MVN

ru.yandex.qatools.camelot : camelot-activemq

Maven & Gradle

Apr 28, 2016
22 stars

Camelot ActiveMQ Broker Extension

<dependency>
    <groupId>ru.yandex.qatools.camelot</groupId>
    <artifactId>camelot-activemq</artifactId>
    <version>2.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yandex.qatools.camelot : camelot-activemq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.4

All Versions

Choose a version of ru.yandex.qatools.camelot : camelot-activemq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
camelot-activemq-2.5.4
camelot-activemq-2.5.3
camelot-activemq-2.5.2
camelot-activemq-2.5.1
camelot-activemq-2.5.1-20151207
camelot-activemq-2.5.0
2.4.x
camelot-activemq-2.4.9-20150103
camelot-activemq-2.4.8
camelot-activemq-2.4.8-20151130
camelot-activemq-2.4.8-20151119
camelot-activemq-2.4.8-20151118
camelot-activemq-2.4.7
camelot-activemq-2.4.6
camelot-activemq-2.4.4
camelot-activemq-2.4.3
camelot-activemq-2.4.2
camelot-activemq-2.4.1
camelot-activemq-2.4.0

How to add a dependency to Maven

Add the following ru.yandex.qatools.camelot : camelot-activemq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.yandex.qatools.camelot</groupId>
    <artifactId>camelot-activemq</artifactId>
    <version>2.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.yandex.qatools.camelot : camelot-activemq gradle dependency to your build.gradle file:

implementation 'ru.yandex.qatools.camelot:camelot-activemq:2.5.4'

Gradle Kotlin DSL: Add the following ru.yandex.qatools.camelot : camelot-activemq gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.yandex.qatools.camelot:camelot-activemq:2.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.yandex.qatools.camelot : camelot-activemq sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.yandex.qatools.camelot" % "camelot-activemq" % "2.5.4"

Advertisement