Registry / other / zio-streams-3

zio-streams-3

JSON →
library2.1.24javamavenunverified

ZIO Streams is a library for building scalable, asynchronous, and effectful stream processing pipelines in Scala.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-streams_3</artifactId> <version>2.1.24</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-STREAMS-3
Z
zio-streams-3
otherjavav2.1.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZStream
zio.stream.ZStream

Creates a stream of integers and prints each one.

import zio.stream.ZStream; import zio.*; public class Example { public static void main(String[] args) { ZStream.range(1, 5) .foreach(i -> Console.printLine(i.toString())) .unsafeRun(); } }
Debug
Known issues
gotchaZIO Streams requires ZIO runtime to execute; ensure ZIO is in your classpath.
fix
Add ZIO core dependency and provide a runtime (e.g., zio.Runtime).
affects: all
Upgrade
Version history
2.1.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
zio-streams-3 — mvn dependency:get zio-streams-3 · libregistry