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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple ZIO effect that succeeds with an integer and maps it to a string.
No known issues recorded.
No dependency data recorded yet.