comms-kafka-serialisation 3.0


Group ID:
com.ovoenergy
Artifact ID:
comms-kafka-serialisation_2.12
Version:
3.0
Release Date:
Sept 14, 2017
Licenses:
MIT

libraryDependencies += "com.ovoenergy" %% "comms-kafka-serialisation" % "3.0"
resolvers += Resolver.bintrayRepo("ovotech", "maven")

Mill build tool

ivy"com.ovoenergy::comms-kafka-serialisation:3.0"
MavenRepository("https://dl.bintray.com/ovotech/maven")

Scala CLI

//> using dep "com.ovoenergy::comms-kafka-serialisation:3.0"

Ammonite REPL

import $ivy.`com.ovoenergy::comms-kafka-serialisation:3.0`
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>comms-kafka-serialisation_2.12</artifactId>
  <version>3.0</version>
</dependency>

compile group: 'com.ovoenergy', name: 'comms-kafka-serialisation_2.12', version: '3.0'