Open source tools to simplify Akka event sourcing, journaling/persistence, serialization, clustering and sharding.
Scala versions:
2.12
akka-tools-json-serializing 1.0.7
Group ID:
no.nextgentel.oss.akka-tools
Artifact ID:
akka-tools-json-serializing_2.11
Version:
1.0.7
Release Date:
May 17, 2016
Licenses:
libraryDependencies += "no.nextgentel.oss.akka-tools" %% "akka-tools-json-serializing" % "1.0.7" resolvers += Resolver.bintrayJCenter
ivy"no.nextgentel.oss.akka-tools::akka-tools-json-serializing:1.0.7" MavenRepository("https://jcenter.bintray.com")
//> using dep "no.nextgentel.oss.akka-tools::akka-tools-json-serializing:1.0.7"
import $ivy.`no.nextgentel.oss.akka-tools::akka-tools-json-serializing:1.0.7` 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.7</version> </dependency>
compile group: 'no.nextgentel.oss.akka-tools', name: 'akka-tools-json-serializing_2.11', version: '1.0.7'