nextgentel / akka-tools   1.1.3

MIT License GitHub

Open source tools to simplify Akka event sourcing, journaling/persistence, serialization, clustering and sharding.

Scala versions: 2.12 2.11

akka-tools-json-serializing 1.0.5


Group ID:
no.nextgentel.oss.akka-tools
Artifact ID:
akka-tools-json-serializing_2.11
Version:
1.0.5
Release Date:
Mar 1, 2016
Licenses:
MIT

libraryDependencies += "no.nextgentel.oss.akka-tools" %% "akka-tools-json-serializing" % "1.0.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"no.nextgentel.oss.akka-tools::akka-tools-json-serializing:1.0.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "no.nextgentel.oss.akka-tools::akka-tools-json-serializing:1.0.5"

Ammonite REPL

import $ivy.`no.nextgentel.oss.akka-tools::akka-tools-json-serializing:1.0.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>no.nextgentel.oss.akka-tools</groupId>
  <artifactId>akka-tools-json-serializing_2.11</artifactId>
  <version>1.0.5</version>
</dependency>

compile group: 'no.nextgentel.oss.akka-tools', name: 'akka-tools-json-serializing_2.11', version: '1.0.5'