MVN

org.reactivecommons : async-rabbit

Maven & Gradle

Mar 03, 2023
2 usages

async-rabbit · Async Rabbit

<dependency>
    <groupId>org.reactivecommons</groupId>
    <artifactId>async-rabbit</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.reactivecommons : async-rabbit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Beta: 1.0.0-beta10

All Versions

Choose a version of org.reactivecommons : async-rabbit to add to Maven or Gradle - All Versions:

  • Version Updated
  • async-rabbit-2.0.0

    Mar 03, 2023
  • async-rabbit-1.0.5

    May 25, 2022
  • async-rabbit-1.0.4

    Nov 30, 2021
  • async-rabbit-1.0.3

    Oct 05, 2021
  • async-rabbit-1.0.2

    Oct 01, 2021
  • async-rabbit-1.0.1

    Sep 29, 2021
  • async-rabbit-1.0.0-beta10

    Sep 28, 2021
  • async-rabbit-1.0.0-beta9

    May 21, 2021
  • async-rabbit-1.0.0-beta8

    Apr 26, 2021

How to add a dependency to Maven

Add the following org.reactivecommons : async-rabbit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.reactivecommons</groupId>
    <artifactId>async-rabbit</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.reactivecommons : async-rabbit gradle dependency to your build.gradle file:

implementation 'org.reactivecommons:async-rabbit:2.0.0'

Gradle Kotlin DSL: Add the following org.reactivecommons : async-rabbit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.reactivecommons:async-rabbit:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.reactivecommons : async-rabbit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.reactivecommons" % "async-rabbit" % "2.0.0"