Registry / utility / zio-2-13

zio-2-13

JSON →
library2.1.25javamavenunverified

ZIO is a zero-dependency Scala library for asynchronous and concurrent programming, providing a powerful effect system for building type-safe, composable, and resilient applications.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio_2.13</artifactId> <version>2.1.25</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-2-13
Z
zio-2-13
utilityjavav2.1.25
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.

ZIO
zio.ZIO

Creates a simple ZIO effect that succeeds with an integer and maps it to a string.

import zio.ZIO; public class Main { public static void main(String[] args) { ZIO<Integer, Throwable, String> effect = ZIO.succeed(42).map(Object::toString); System.out.println(effect); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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