akka / alpakka-kafka   4.0.2

Website GitHub

Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Scala versions: 3.x 2.13 2.12 2.11 2.10

zookeeper-committer 0.8.3


Group ID:
com.softwaremill.reactivekafka
Artifact ID:
zookeeper-committer_2.10
Version:
0.8.3
Release Date:
Nov 30, 2015
Licenses:

libraryDependencies += "com.softwaremill.reactivekafka" %% "zookeeper-committer" % "0.8.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.softwaremill.reactivekafka::zookeeper-committer:0.8.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.softwaremill.reactivekafka::zookeeper-committer:0.8.3"

Ammonite REPL

import $ivy.`com.softwaremill.reactivekafka::zookeeper-committer:0.8.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.softwaremill.reactivekafka</groupId>
  <artifactId>zookeeper-committer_2.10</artifactId>
  <version>0.8.3</version>
</dependency>

compile group: 'com.softwaremill.reactivekafka', name: 'zookeeper-committer_2.10', version: '0.8.3'