MVN

dev.profunktor : fs2-rabbit_2.12

Maven & Gradle

Mar 10, 2022
4 usages
127 stars

fs2-rabbit · fs2-rabbit

<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>fs2-rabbit_2.12</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.profunktor : fs2-rabbit_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0
  • Latest Release Candidate: 4.0.0-RC1

All Versions

Choose a version of dev.profunktor : fs2-rabbit_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • fs2-rabbit_2.12-5.0.0

    Mar 10, 2022
  • fs2-rabbit_2.12-4.1.1

    Feb 09, 2022
  • fs2-rabbit_2.12-4.1.0

    Jun 02, 2021
  • fs2-rabbit_2.12-4.0.0

    Apr 26, 2021
  • fs2-rabbit_2.12-4.0.0-RC1

    Mar 31, 2021
  • fs2-rabbit_2.12-4.0.0-M1

    Mar 01, 2021
  • fs2-rabbit_2.12-3.0.1

    Oct 18, 2020
  • fs2-rabbit_2.12-2.2.0

    Sep 16, 2020
  • fs2-rabbit_2.12-2.1.1

    Dec 27, 2019
  • fs2-rabbit_2.12-2.1.0

    Nov 07, 2019
  • fs2-rabbit_2.12-2.0.0

    Sep 17, 2019
  • fs2-rabbit_2.12-2.0.0-RC3

    Jul 12, 2019
  • fs2-rabbit_2.12-2.0.0-RC2

    May 07, 2019

How to add a dependency to Maven

Add the following dev.profunktor : fs2-rabbit_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>fs2-rabbit_2.12</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.profunktor : fs2-rabbit_2.12 gradle dependency to your build.gradle file:

implementation 'dev.profunktor:fs2-rabbit_2.12:5.0.0'

Gradle Kotlin DSL: Add the following dev.profunktor : fs2-rabbit_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.profunktor:fs2-rabbit_2.12:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.profunktor : fs2-rabbit_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.profunktor" % "fs2-rabbit_2.12" % "5.0.0"