bayer-group / aws2scala   0.6.0

GitHub

An idiomatic Scala wrapper of the AWS SDK with both asynchronous and streaming clients.

Scala versions: 2.12 2.11

aws2scala 0.4.1


Group ID:
com.monsanto.arch
Artifact ID:
aws2scala_2.11
Version:
0.4.1
Release Date:
Feb 21, 2016
Licenses:

libraryDependencies += "com.monsanto.arch" %% "aws2scala" % "0.4.1"
resolvers += Resolver.bintrayRepo("monsanto", "maven")

Mill build tool

ivy"com.monsanto.arch::aws2scala:0.4.1"
MavenRepository("https://dl.bintray.com/monsanto/maven")

Scala CLI

//> using dep "com.monsanto.arch::aws2scala:0.4.1"

Ammonite REPL

import $ivy.`com.monsanto.arch::aws2scala:0.4.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray monsanto maven",
  "Some(https://dl.bintray.com/monsanto/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.monsanto.arch</groupId>
  <artifactId>aws2scala_2.11</artifactId>
  <version>0.4.1</version>
</dependency>

compile group: 'com.monsanto.arch', name: 'aws2scala_2.11', version: '0.4.1'