Registry / utility / cats-2-11

cats-2-11

JSON →
library0.9.0javamavenunverified

Cats is a library for functional programming in Scala, providing abstractions like Functor, Monad, and Semigroup.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats_2.11</artifactId> <version>0.9.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-2-11
C
cats-2-11
utilityjavav0.9.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.

implicits
cats.implicits._

Minimal example showing how to use Cats implicits for basic functional operations.

import cats.implicits._ val result = List(1, 2, 3).map(_ + 1) println(result)
Debug
Known issues
breakingCats 0.9.0 is outdated and only supports Scala 2.11; modern Cats 2.x supports Scala 2.12, 2.13, and 3.
fix
Upgrade to Cats 2.x (org.typelevel:cats-core_2.13) for Scala 2.13 or later.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cats-2-11 — mvn dependency:get cats-2-11 · libregistry