comms-kafka-serialisation 2.10


Group ID:
com.ovoenergy
Artifact ID:
comms-kafka-serialisation_2.12
Version:
2.10
Release Date:
Jul 25, 2017
Licenses:
MIT

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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