MVN

com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12

Maven & Gradle

Oct 18, 2021
32 stars

RabbitMQ client for Scala · Scala wrapper over standard RabbitMQ Java client library

<dependency>
    <groupId>com.avast.clients.rabbitmq</groupId>
    <artifactId>rabbitmq-client-extras-cactus_2.12</artifactId>
    <version>8.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.8

All Versions

Choose a version of com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
rabbitmq-client-extras-cactus_2.12-8.6.8
rabbitmq-client-extras-cactus_2.12-8.6.7
rabbitmq-client-extras-cactus_2.12-8.6.6
rabbitmq-client-extras-cactus_2.12-8.6.4
rabbitmq-client-extras-cactus_2.12-8.6.3
rabbitmq-client-extras-cactus_2.12-8.6.2
rabbitmq-client-extras-cactus_2.12-8.6.1
rabbitmq-client-extras-cactus_2.12-8.6.0
8.5.x
rabbitmq-client-extras-cactus_2.12-8.5.0
untagged
rabbitmq-client-extras-cactus_2.12-untagged-07877868007dd359bc82

How to add a dependency to Maven

Add the following com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.avast.clients.rabbitmq</groupId>
    <artifactId>rabbitmq-client-extras-cactus_2.12</artifactId>
    <version>8.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12 gradle dependency to your build.gradle file:

implementation 'com.avast.clients.rabbitmq:rabbitmq-client-extras-cactus_2.12:8.6.8'

Gradle Kotlin DSL: Add the following com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avast.clients.rabbitmq:rabbitmq-client-extras-cactus_2.12:8.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avast.clients.rabbitmq : rabbitmq-client-extras-cactus_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avast.clients.rabbitmq" % "rabbitmq-client-extras-cactus_2.12" % "8.6.8"

Advertisement