MVN

dev.profunktor : fs2-rabbit-circe_2.12

Maven & Gradle

Mar 10, 2022
142 stars

fs2-rabbit-circe · fs2-rabbit-circe

<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>fs2-rabbit-circe_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-circe_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-circe_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
fs2-rabbit-circe_2.12-5.0.0
4.1.x
fs2-rabbit-circe_2.12-4.1.1
fs2-rabbit-circe_2.12-4.1.0
4.0.x
fs2-rabbit-circe_2.12-4.0.0
fs2-rabbit-circe_2.12-4.0.0-RC1
fs2-rabbit-circe_2.12-4.0.0-M1
3.0.x
fs2-rabbit-circe_2.12-3.0.1
2.2.x
fs2-rabbit-circe_2.12-2.2.0
2.1.x
fs2-rabbit-circe_2.12-2.1.1
fs2-rabbit-circe_2.12-2.1.0
2.0.x
fs2-rabbit-circe_2.12-2.0.0
fs2-rabbit-circe_2.12-2.0.0-RC3
fs2-rabbit-circe_2.12-2.0.0-RC2

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>fs2-rabbit-circe_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-circe_2.12 gradle dependency to your build.gradle file:

implementation 'dev.profunktor:fs2-rabbit-circe_2.12:5.0.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement