Registry / utility / zio-sjs1-2-12

zio-sjs1-2-12

JSON →
library2.1.25javamavenunverified

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>
INSTALL
IMPORT
SIG · ZIO-SJS1-2-12
Z
zio-sjs1-2-12
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

Create a simple ZIO application that prints a message.

import zio.ZIO import zio.console._ object Example extends zio.App { def run(args: List[String]) = myAppLogic.exitCode val myAppLogic = for { _ <- putStrLn("Hello, ZIO!") } yield () }
Debug
Known issues
breakingThis artifact is for Scala 2.12 and Scala.js 1.x; ensure your project uses compatible versions.
fix
Use the appropriate artifact for your Scala version (e.g., zio_2.13 for Scala 2.13).
affects: *
Upgrade
Version history
2.1.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources
zio-sjs1-2-12 — mvn dependency:get zio-sjs1-2-12 · libregistry