Registry / utility / monix-2-13

monix-2-13

JSON →
library3.4.1javamavenunverified

Asynchronous programming library for Scala and Java, providing reactive extensions and concurrency utilities.

<dependency> <groupId>io.monix</groupId> <artifactId>monix_2.13</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · MONIX-2-13
M
monix-2-13
utilityjavav3.4.1
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.

Task
monix.eval.Task

Creates and runs a simple Task.

import monix.eval.Task; public class Example { public static void main(String[] args) { Task<String> task = Task.eval("Hello, Monix!"); System.out.println(task.runSyncUnsafe()); } }
Debug
Known issues
breakingMonix 3.x uses Scala 2.13; ensure compatibility with your Scala version.
fix
Use monix_2.12 or monix_3 for Scala 3.
affects: >=3.0.0 <4.0.0
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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