Registry / utility / cats-effect-3

cats-effect-3

JSON →
library3.7.0javamavenunverified

Cats Effect is a purely functional runtime system for Scala, providing abstractions for asynchronous and concurrent programming.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_3</artifactId> <version>3.7.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-3
C
cats-effect-3
utilityjavav3.7.0
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.

IO
✓ cats.effect.IO

Shows a simple Cats Effect IOApp that prints a message.

import cats.effect.IO object Example extends IOApp { def run(args: List[String]): IO[ExitCode] = IO.println("Hello, World!") *> IO.pure(ExitCode.Success) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cats-effect-3 — mvn dependency:get cats-effect-3 · libregistry