akka / alpakka   6.0.2

Website GitHub

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Scala versions: 3.x 2.13 2.12 2.11

akka-stream-alpakka-s3 0.2+2-b1cf2725+20161129-1138


Group ID:
com.lightbend.akka
Artifact ID:
akka-stream-alpakka-s3_2.11
Version:
0.2+2-b1cf2725+20161129-1138
Release Date:
Nov 29, 2016
Licenses:

libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-s3" % "0.2+2-b1cf2725+20161129-1138"
resolvers += Resolver.bintrayRepo("timothyklim", "maven")

Mill build tool

ivy"com.lightbend.akka::akka-stream-alpakka-s3:0.2+2-b1cf2725+20161129-1138"
MavenRepository("https://dl.bintray.com/timothyklim/maven")

Scala CLI

//> using dep "com.lightbend.akka::akka-stream-alpakka-s3:0.2+2-b1cf2725+20161129-1138"

Ammonite REPL

import $ivy.`com.lightbend.akka::akka-stream-alpakka-s3:0.2+2-b1cf2725+20161129-1138`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray timothyklim maven",
  "Some(https://dl.bintray.com/timothyklim/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-stream-alpakka-s3_2.11</artifactId>
  <version>0.2+2-b1cf2725+20161129-1138</version>
</dependency>

compile group: 'com.lightbend.akka', name: 'akka-stream-alpakka-s3_2.11', version: '0.2+2-b1cf2725+20161129-1138'