MVN

com.github.gvolpe : fs2-rabbit-circe_2.12

Maven & Gradle

May 04, 2019
143 stars

fs2-rabbit-circe · fs2-rabbit-circe

<dependency>
    <groupId>com.github.gvolpe</groupId>
    <artifactId>fs2-rabbit-circe_2.12</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gvolpe : fs2-rabbit-circe_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of com.github.gvolpe : fs2-rabbit-circe_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fs2-rabbit-circe_2.12-2.0.0-RC1
1.2.x
fs2-rabbit-circe_2.12-1.2.0
1.1.x
fs2-rabbit-circe_2.12-1.1.0
1.0.x
fs2-rabbit-circe_2.12-1.0.0
1.0
fs2-rabbit-circe_2.12-1.0-RC6
fs2-rabbit-circe_2.12-1.0-RC5
fs2-rabbit-circe_2.12-1.0-RC4
fs2-rabbit-circe_2.12-1.0-RC3
fs2-rabbit-circe_2.12-1.0-RC2
fs2-rabbit-circe_2.12-1.0-RC1
0.12
fs2-rabbit-circe_2.12-0.12
0.11
fs2-rabbit-circe_2.12-0.11
0.10
fs2-rabbit-circe_2.12-0.10
0.9
fs2-rabbit-circe_2.12-0.9
0.8
fs2-rabbit-circe_2.12-0.8
0.7
fs2-rabbit-circe_2.12-0.7
0.6
fs2-rabbit-circe_2.12-0.6
0.5.x
fs2-rabbit-circe_2.12-0.5.1
0.5
fs2-rabbit-circe_2.12-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.gvolpe</groupId>
    <artifactId>fs2-rabbit-circe_2.12</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gvolpe : fs2-rabbit-circe_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.gvolpe:fs2-rabbit-circe_2.12:1.2.0'

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

implementation("com.github.gvolpe:fs2-rabbit-circe_2.12:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gvolpe : fs2-rabbit-circe_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gvolpe" % "fs2-rabbit-circe_2.12" % "1.2.0"

Advertisement