a

akka-stream-alpakka-file_2.13

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-file_2.13-3.0.4.jar download
akka-stream-alpakka-file_2.13-3.0.4.pom download
akka-stream-alpakka-file_2.13-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-stream-alpakka-file_2.13</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka:akka-stream-alpakka-file_2.13:3.0.4'
Gradle Kotlin
implementation("com.lightbend.akka:akka-stream-alpakka-file_2.13:3.0.4")
Scala SBT
libraryDependencies += "com.lightbend.akka" % "akka-stream-alpakka-file_2.13" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka', module='akka-stream-alpakka-file_2.13', version='3.0.4')
)
Apache Ivy
<dependency org="com.lightbend.akka" name="akka-stream-alpakka-file_2.13" rev="3.0.4" />
Leiningen
[com.lightbend.akka/akka-stream-alpakka-file_2.13 "3.0.4"]
Apache Buildr
'com.lightbend.akka:akka-stream-alpakka-file_2.13:jar:3.0.4'