a

akka-stream-alpakka-s3_2.12

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/docs/alpakka/current
Apache-2.0
Lightbend Inc.
Contributors
Files download
File Operation
akka-stream-alpakka-s3_2.12-3.0.1.jar download
akka-stream-alpakka-s3_2.12-3.0.1.pom download
akka-stream-alpakka-s3_2.12-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-stream-alpakka-s3_2.12</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka:akka-stream-alpakka-s3_2.12:3.0.1'
Gradle Kotlin
implementation("com.lightbend.akka:akka-stream-alpakka-s3_2.12:3.0.1")
Scala SBT
libraryDependencies += "com.lightbend.akka" % "akka-stream-alpakka-s3_2.12" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka', module='akka-stream-alpakka-s3_2.12', version='3.0.1')
)
Apache Ivy
<dependency org="com.lightbend.akka" name="akka-stream-alpakka-s3_2.12" rev="3.0.1" />
Leiningen
[com.lightbend.akka/akka-stream-alpakka-s3_2.12 "3.0.1"]
Apache Buildr
'com.lightbend.akka:akka-stream-alpakka-s3_2.12:jar:3.0.1'