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
文件下载
文件名 操作
akka-stream-alpakka-s3_2.12-1.1.2.jar 下载
akka-stream-alpakka-s3_2.12-1.1.2.pom 下载
akka-stream-alpakka-s3_2.12-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-stream-alpakka-s3_2.12</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka:akka-stream-alpakka-s3_2.12:1.1.2'
Gradle Kotlin
implementation("com.lightbend.akka:akka-stream-alpakka-s3_2.12:1.1.2")
Scala SBT
libraryDependencies += "com.lightbend.akka" % "akka-stream-alpakka-s3_2.12" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka', module='akka-stream-alpakka-s3_2.12', version='1.1.2')
)
Apache Ivy
<dependency org="com.lightbend.akka" name="akka-stream-alpakka-s3_2.12" rev="1.1.2" />
Leiningen
[com.lightbend.akka/akka-stream-alpakka-s3_2.12 "1.1.2"]
Apache Buildr
'com.lightbend.akka:akka-stream-alpakka-s3_2.12:jar:1.1.2'