MVN

org.typelevel : cats-effect_sjs0.6_2.12

Maven & Gradle

Jul 13, 2020
89 usages
1.9k stars

cats-effect · cats-effect

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-effect_sjs0.6_2.12</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : cats-effect_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of org.typelevel : cats-effect_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
cats-effect_sjs0.6_2.12-2.1.4
cats-effect_sjs0.6_2.12-2.1.3
cats-effect_sjs0.6_2.12-2.1.2
cats-effect_sjs0.6_2.12-2.1.1
cats-effect_sjs0.6_2.12-2.1.0
2.0.x
cats-effect_sjs0.6_2.12-2.0.0
cats-effect_sjs0.6_2.12-2.0.0-RC2
cats-effect_sjs0.6_2.12-2.0.0-RC1
cats-effect_sjs0.6_2.12-2.0.0-M5
cats-effect_sjs0.6_2.12-2.0.0-M4
cats-effect_sjs0.6_2.12-2.0.0-M3
cats-effect_sjs0.6_2.12-2.0.0-M2
cats-effect_sjs0.6_2.12-2.0.0-M1
1.4.x
cats-effect_sjs0.6_2.12-1.4.0
1.3.x
cats-effect_sjs0.6_2.12-1.3.1
cats-effect_sjs0.6_2.12-1.3.0
1.2.x
cats-effect_sjs0.6_2.12-1.2.0
1.1.x
cats-effect_sjs0.6_2.12-1.1.0
cats-effect_sjs0.6_2.12-1.1.0-M1
1.0.x
cats-effect_sjs0.6_2.12-1.0.0-1182d8c
cats-effect_sjs0.6_2.12-1.0.0
cats-effect_sjs0.6_2.12-1.0.0-RC3-3e17307
cats-effect_sjs0.6_2.12-1.0.0-RC3
cats-effect_sjs0.6_2.12-1.0.0-RC2-91b8ec8
cats-effect_sjs0.6_2.12-1.0.0-RC2-3433449
cats-effect_sjs0.6_2.12-1.0.0-RC2-78a795d
cats-effect_sjs0.6_2.12-1.0.0-RC2-35bac78
cats-effect_sjs0.6_2.12-1.0.0-RC2-93ac33d
cats-effect_sjs0.6_2.12-1.0.0-RC2
cats-effect_sjs0.6_2.12-1.0.0-RC2-4c8120d
cats-effect_sjs0.6_2.12-1.0.0-RC2-d7181dc
cats-effect_sjs0.6_2.12-1.0.0-RC2-68b7bd9
cats-effect_sjs0.6_2.12-1.0.0-RC2-8ed6e71
cats-effect_sjs0.6_2.12-1.0.0-RC2-b180a99
cats-effect_sjs0.6_2.12-1.0.0-RC
0.10
cats-effect_sjs0.6_2.12-0.10-b6a5446
cats-effect_sjs0.6_2.12-0.10-317f775
cats-effect_sjs0.6_2.12-0.10-d365658
cats-effect_sjs0.6_2.12-0.10
cats-effect_sjs0.6_2.12-0.10-4e98208
cats-effect_sjs0.6_2.12-0.10-c64e7c9
cats-effect_sjs0.6_2.12-0.10-ea8fbc9
cats-effect_sjs0.6_2.12-0.10-5b8214f
0.10.x
cats-effect_sjs0.6_2.12-0.10.1
0.9
cats-effect_sjs0.6_2.12-0.9
0.8
cats-effect_sjs0.6_2.12-0.8
0.7
cats-effect_sjs0.6_2.12-0.7
0.6
cats-effect_sjs0.6_2.12-0.6-307e2c5
cats-effect_sjs0.6_2.12-0.6
0.5
cats-effect_sjs0.6_2.12-0.5
0.4
cats-effect_sjs0.6_2.12-0.4-542290e
cats-effect_sjs0.6_2.12-0.4-d53a78e
cats-effect_sjs0.6_2.12-0.4
cats-effect_sjs0.6_2.12-0.4-09e64a7
cats-effect_sjs0.6_2.12-0.4-c257223
0.3
cats-effect_sjs0.6_2.12-0.3
cats-effect_sjs0.6_2.12-0.3-d37204d
0.2
cats-effect_sjs0.6_2.12-0.2
cats-effect_sjs0.6_2.12-0.2-2f38223
cats-effect_sjs0.6_2.12-0.2-632d221
cats-effect_sjs0.6_2.12-0.2-3772c8e
0.1
cats-effect_sjs0.6_2.12-0.1-0848c9b
cats-effect_sjs0.6_2.12-0.1-65b8a75
cats-effect_sjs0.6_2.12-0.1-d1b5231

How to add a dependency to Maven

Add the following org.typelevel : cats-effect_sjs0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-effect_sjs0.6_2.12</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : cats-effect_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'org.typelevel:cats-effect_sjs0.6_2.12:2.1.4'

Gradle Kotlin DSL: Add the following org.typelevel : cats-effect_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.typelevel:cats-effect_sjs0.6_2.12:2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : cats-effect_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "cats-effect_sjs0.6_2.12" % "2.1.4"

Advertisement

Dependencies from Group

Aug 14, 2023
1.3k usages
5.1k stars
Aug 14, 2023
1.1k usages
5.1k stars
Jun 28, 2023
993 usages
1.9k stars
Jun 28, 2023
951 usages
1.9k stars
Sep 10, 2019
596 usages
5.1k stars

Discover Dependencies

Nov 27, 2007
249 usages
Nov 27, 2022
170 usages
218 stars
Aug 12, 2019
118 usages
3.4k stars
Aug 15, 2023
235 usages
12.9k stars
Aug 13, 2020
123 usages
1.6k stars
Apr 20, 2023
68 usages
Apr 15, 2022
98 usages
10.6k stars
Sep 14, 2022
82 usages
21.5k stars
Jan 24, 2022
82 usages
478 stars
Jun 28, 2023
113 usages
1.9k stars