MVN

io.projectreactor.rabbitmq : reactor-rabbitmq-samples

Maven & Gradle

Mar 24, 2023
154 stars

Samples for Reactor RabbitMQ · Samples for Reactor RabbitMQ

<dependency>
    <groupId>io.projectreactor.rabbitmq</groupId>
    <artifactId>reactor-rabbitmq-samples</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.projectreactor.rabbitmq : reactor-rabbitmq-samples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of io.projectreactor.rabbitmq : reactor-rabbitmq-samples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
reactor-rabbitmq-samples-1.5.6
reactor-rabbitmq-samples-1.5.5
reactor-rabbitmq-samples-1.5.4
reactor-rabbitmq-samples-1.5.3
reactor-rabbitmq-samples-1.5.2
reactor-rabbitmq-samples-1.5.1
reactor-rabbitmq-samples-1.5.0
1.4.x
reactor-rabbitmq-samples-1.4.8.RELEASE
reactor-rabbitmq-samples-1.4.7.RELEASE
reactor-rabbitmq-samples-1.4.6.RELEASE
reactor-rabbitmq-samples-1.4.5.RELEASE
reactor-rabbitmq-samples-1.4.4.RELEASE
reactor-rabbitmq-samples-1.4.3.RELEASE
reactor-rabbitmq-samples-1.4.2.RELEASE
1.2.x
reactor-rabbitmq-samples-1.2.1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.projectreactor.rabbitmq</groupId>
    <artifactId>reactor-rabbitmq-samples</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.projectreactor.rabbitmq : reactor-rabbitmq-samples gradle dependency to your build.gradle file:

implementation 'io.projectreactor.rabbitmq:reactor-rabbitmq-samples:1.5.6'

Gradle Kotlin DSL: Add the following io.projectreactor.rabbitmq : reactor-rabbitmq-samples gradle kotlin dependency to your build.gradle.kts file:

implementation("io.projectreactor.rabbitmq:reactor-rabbitmq-samples:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.projectreactor.rabbitmq : reactor-rabbitmq-samples sbt scala dependency to your build.sbt file:

libraryDependencies += "io.projectreactor.rabbitmq" % "reactor-rabbitmq-samples" % "1.5.6"