p

pekko-stream_2.13

Apache Pekko is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
https://pekko.apache.org/
Apache-2.0
Apache Software Foundation
Apache Pekko Contributors
Files download
File Operation
pekko-stream_2.13-1.0.2.jar download
pekko-stream_2.13-1.0.2.pom download
pekko-stream_2.13-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.pekko</groupId>
  <artifactId>pekko-stream_2.13</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.pekko:pekko-stream_2.13:1.0.2'
Gradle Kotlin
implementation("org.apache.pekko:pekko-stream_2.13:1.0.2")
Scala SBT
libraryDependencies += "org.apache.pekko" % "pekko-stream_2.13" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pekko', module='pekko-stream_2.13', version='1.0.2')
)
Apache Ivy
<dependency org="org.apache.pekko" name="pekko-stream_2.13" rev="1.0.2" />
Leiningen
[org.apache.pekko/pekko-stream_2.13 "1.0.2"]
Apache Buildr
'org.apache.pekko:pekko-stream_2.13:jar:1.0.2'