apache / pekko   1.0.2

Apache License 2.0 Website GitHub

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala

Scala versions: 3.x 2.13 2.12

pekko-stream 1.0.0


Group ID:
org.apache.pekko
Artifact ID:
pekko-stream_2.12
Version:
1.0.0
Release Date:
Jul 10, 2023
Licenses:
Files:

libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "1.0.0"

Mill build tool

ivy"org.apache.pekko::pekko-stream:1.0.0"

Scala CLI

//> using dep "org.apache.pekko::pekko-stream:1.0.0"

Ammonite REPL

import $ivy.`org.apache.pekko::pekko-stream:1.0.0`

<dependency>
  <groupId>org.apache.pekko</groupId>
  <artifactId>pekko-stream_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'org.apache.pekko', name: 'pekko-stream_2.12', version: '1.0.0'