Registry / utility / zio-sjs1-2-13

zio-sjs1-2-13

JSON →
library2.1.24javamavenunverified

ZIO is a zero-dependency Scala library for asynchronous and concurrent programming, targeting Scala.js 1.x and Scala 2.13.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio_sjs1_2.13</artifactId> <version>2.1.24</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-SJS1-2-13
Z
zio-sjs1-2-13
utilityjavav2.1.24
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 effect.

import zio.ZIO; public class Example { public static void main(String[] args) { ZIO<Integer, String, Integer> effect = ZIO.succeed(42); // run effect } }
Debug
Known issues
breakingScala.js version compatibility: Ensure your project uses Scala.js 1.x and Scala 2.13.
fix
Use the correct Scala.js and Scala version in your build.
affects: all
Upgrade
Version history
2.1.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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