ZIO is a zero-dependency Scala library for asynchronous and concurrent programming, providing functional effects and resource management.
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_sjs1_2.12</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.
Create a simple ZIO application that prints a message.
Use the appropriate artifact for your Scala version (e.g., zio_2.13 for Scala 2.13).
No dependency data recorded yet.