seratch / awscala   0.9.2

GitHub

Using AWS SDK on the Scala REPL

Scala versions: 3.x 2.13 2.12 2.11 2.10

awscala 0.1.0


Group ID:
com.github.seratch
Artifact ID:
awscala_2.10
Version:
0.1.0
Release Date:
Nov 21, 2013
Licenses:
Files:

libraryDependencies += "com.github.seratch" %% "awscala" % "0.1.0"

Mill build tool

ivy"com.github.seratch::awscala:0.1.0"

Scala CLI

//> using dep "com.github.seratch::awscala:0.1.0"

Ammonite REPL

import $ivy.`com.github.seratch::awscala:0.1.0`

<dependency>
  <groupId>com.github.seratch</groupId>
  <artifactId>awscala_2.10</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.seratch', name: 'awscala_2.10', version: '0.1.0'