Registry / other / zio-streams-2-12

zio-streams-2-12

JSON →
library2.1.21javamavenunverified

A ZIO module providing functional, composable streaming capabilities for Scala 2.12.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-streams_2.12</artifactId> <version>2.1.21</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-STREAMS-2-12
Z
zio-streams-2-12
otherjavav2.1.21
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 and runs a simple ZStream.

import zio.stream.ZStream; import zio.Runtime; public class Example { public static void main(String[] args) { ZStream<Integer, Nothing, Integer> stream = ZStream.range(1, 5); Runtime.default().unsafeRun(stream.foreach(System.out::println)); } }
Debug
Known issues
breakingScala 2.12 version may have compatibility issues with newer Scala versions.
fix
Use the appropriate Scala version suffix (e.g., _2.13, _3) for your project.
affects: 2.1.x
Upgrade
Version history
2.1.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
zio-streams-2-12 — mvn dependency:get zio-streams-2-12 · libregistry