profunktor / fs2-rabbit   5.1.0

Apache License 2.0 Website GitHub

:rabbit: RabbitMQ stream-based client built on top of Fs2

Scala versions: 3.x 2.13 2.12 2.11

fs2-rabbit 0.11


Group ID:
com.github.gvolpe
Artifact ID:
fs2-rabbit_2.11
Version:
0.11
Release Date:
Sept 8, 2018
Licenses:
Files:

libraryDependencies += "com.github.gvolpe" %% "fs2-rabbit" % "0.11"

Mill build tool

ivy"com.github.gvolpe::fs2-rabbit:0.11"

Scala CLI

//> using dep "com.github.gvolpe::fs2-rabbit:0.11"

Ammonite REPL

import $ivy.`com.github.gvolpe::fs2-rabbit:0.11`

<dependency>
  <groupId>com.github.gvolpe</groupId>
  <artifactId>fs2-rabbit_2.11</artifactId>
  <version>0.11</version>
</dependency>

compile group: 'com.github.gvolpe', name: 'fs2-rabbit_2.11', version: '0.11'