dwhjames / aws-wrap   0.12.1

Apache License 2.0 Website GitHub

Asynchronous Scala Clients for Amazon Web Services

Scala versions: 2.12 2.11 2.10

aws-wrap 0.6.3


Group ID:
com.pellucid
Artifact ID:
aws-wrap_2.10
Version:
0.6.3
Release Date:
Nov 26, 2014
Licenses:

libraryDependencies += "com.pellucid" %% "aws-wrap" % "0.6.3"
resolvers += Resolver.bintrayRepo("pellucid", "maven")

Mill build tool

ivy"com.pellucid::aws-wrap:0.6.3"
MavenRepository("https://dl.bintray.com/pellucid/maven")

Scala CLI

//> using dep "com.pellucid::aws-wrap:0.6.3"

Ammonite REPL

import $ivy.`com.pellucid::aws-wrap:0.6.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray pellucid maven",
  "Some(https://dl.bintray.com/pellucid/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.pellucid</groupId>
  <artifactId>aws-wrap_2.10</artifactId>
  <version>0.6.3</version>
</dependency>

compile group: 'com.pellucid', name: 'aws-wrap_2.10', version: '0.6.3'