grahamar / handy-dynamo   1.0.0

Apache License 2.0 GitHub

Convenient DynamoDB utility classes

Scala versions: 2.11 2.10

handy-dynamo-replication 0.3


Group ID:
com.teambytes.handy
Artifact ID:
handy-dynamo-replication_2.10
Version:
0.3
Release Date:
Mar 8, 2015
Licenses:

libraryDependencies += "com.teambytes.handy" %% "handy-dynamo-replication" % "0.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.teambytes.handy::handy-dynamo-replication:0.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.teambytes.handy::handy-dynamo-replication:0.3"

Ammonite REPL

import $ivy.`com.teambytes.handy::handy-dynamo-replication:0.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.teambytes.handy</groupId>
  <artifactId>handy-dynamo-replication_2.10</artifactId>
  <version>0.3</version>
</dependency>

compile group: 'com.teambytes.handy', name: 'handy-dynamo-replication_2.10', version: '0.3'