MVN

io.appform.dropwizard.actors : dropwizard-rabbitmq-actors

Maven & Gradle

Apr 27, 2023
9 stars

Dropwizard RabbitMQ Bundle · Provides actor abstraction on RabbitMQ for dropwizard based projects.

<dependency>
    <groupId>io.appform.dropwizard.actors</groupId>
    <artifactId>dropwizard-rabbitmq-actors</artifactId>
    <version>2.0.28-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appform.dropwizard.actors : dropwizard-rabbitmq-actors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.28-7

All Versions

Choose a version of io.appform.dropwizard.actors : dropwizard-rabbitmq-actors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dropwizard-rabbitmq-actors-2.0.28-7
dropwizard-rabbitmq-actors-2.0.28-6
dropwizard-rabbitmq-actors-2.0.28-5
dropwizard-rabbitmq-actors-2.0.28-4
dropwizard-rabbitmq-actors-2.0.28-3
dropwizard-rabbitmq-actors-2.0.28-2
dropwizard-rabbitmq-actors-2.0.28-1
dropwizard-rabbitmq-actors-2.0.28
dropwizard-rabbitmq-actors-2.0.23-4
dropwizard-rabbitmq-actors-2.0.23-1
1.3.x
dropwizard-rabbitmq-actors-1.3.18-8
dropwizard-rabbitmq-actors-1.3.18-7
dropwizard-rabbitmq-actors-1.3.18-6
dropwizard-rabbitmq-actors-1.3.18-5
dropwizard-rabbitmq-actors-1.3.18-4
dropwizard-rabbitmq-actors-1.3.18-2
dropwizard-rabbitmq-actors-1.3.18-1
dropwizard-rabbitmq-actors-1.3.13-3
dropwizard-rabbitmq-actors-1.3.13-2
dropwizard-rabbitmq-actors-1.3.13-1
dropwizard-rabbitmq-actors-1.3.12-1

How to add a dependency to Maven

Add the following io.appform.dropwizard.actors : dropwizard-rabbitmq-actors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.appform.dropwizard.actors</groupId>
    <artifactId>dropwizard-rabbitmq-actors</artifactId>
    <version>2.0.28-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.appform.dropwizard.actors : dropwizard-rabbitmq-actors gradle dependency to your build.gradle file:

implementation 'io.appform.dropwizard.actors:dropwizard-rabbitmq-actors:2.0.28-7'

Gradle Kotlin DSL: Add the following io.appform.dropwizard.actors : dropwizard-rabbitmq-actors gradle kotlin dependency to your build.gradle.kts file:

implementation("io.appform.dropwizard.actors:dropwizard-rabbitmq-actors:2.0.28-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.appform.dropwizard.actors : dropwizard-rabbitmq-actors sbt scala dependency to your build.sbt file:

libraryDependencies += "io.appform.dropwizard.actors" % "dropwizard-rabbitmq-actors" % "2.0.28-7"