ovotech / kafka-serialization   0.3.11

Apache License 2.0 GitHub

Lego bricks to build Apache Kafka serializers and deserializers

Scala versions: 2.12 2.11

kafka-serialization-avro4s 0.3.3


Group ID:
com.ovoenergy
Artifact ID:
kafka-serialization-avro4s_2.12
Version:
0.3.3
Release Date:
Jan 20, 2018
Licenses:

libraryDependencies += "com.ovoenergy" %% "kafka-serialization-avro4s" % "0.3.3"
resolvers += Resolver.bintrayRepo("ovotech", "maven")

Mill build tool

ivy"com.ovoenergy::kafka-serialization-avro4s:0.3.3"
MavenRepository("https://dl.bintray.com/ovotech/maven")

Scala CLI

//> using dep "com.ovoenergy::kafka-serialization-avro4s:0.3.3"

Ammonite REPL

import $ivy.`com.ovoenergy::kafka-serialization-avro4s:0.3.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray ovotech maven",
  "Some(https://dl.bintray.com/ovotech/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.ovoenergy</groupId>
  <artifactId>kafka-serialization-avro4s_2.12</artifactId>
  <version>0.3.3</version>
</dependency>

compile group: 'com.ovoenergy', name: 'kafka-serialization-avro4s_2.12', version: '0.3.3'