MVN

io.pythagoras.messagebus : adapter-rabbitmq

Maven & Gradle

May 24, 2018

Pythagoras RabbitMQ Adapter for Message Bus

<dependency>
    <groupId>io.pythagoras.messagebus</groupId>
    <artifactId>adapter-rabbitmq</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pythagoras.messagebus : adapter-rabbitmq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of io.pythagoras.messagebus : adapter-rabbitmq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
adapter-rabbitmq-1.4.4
adapter-rabbitmq-1.4.2
adapter-rabbitmq-1.4.1
1.3.x
adapter-rabbitmq-1.3.0
1.2.x
adapter-rabbitmq-1.2.0
1.1.x
adapter-rabbitmq-1.1.0
1.0.x
adapter-rabbitmq-1.0.1
adapter-rabbitmq-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.pythagoras.messagebus</groupId>
    <artifactId>adapter-rabbitmq</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pythagoras.messagebus : adapter-rabbitmq gradle dependency to your build.gradle file:

implementation 'io.pythagoras.messagebus:adapter-rabbitmq:1.4.4'

Gradle Kotlin DSL: Add the following io.pythagoras.messagebus : adapter-rabbitmq gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pythagoras.messagebus:adapter-rabbitmq:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pythagoras.messagebus : adapter-rabbitmq sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pythagoras.messagebus" % "adapter-rabbitmq" % "1.4.4"