MVN

org.atnos : eff-cats-effect_sjs1_2.12

Maven & Gradle

Feb 10, 2021
571 stars

catsEffect · catsEffect

<dependency>
    <groupId>org.atnos</groupId>
    <artifactId>eff-cats-effect_sjs1_2.12</artifactId>
    <version>5.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atnos : eff-cats-effect_sjs1_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.14.0

All Versions

Choose a version of org.atnos : eff-cats-effect_sjs1_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.14.x
eff-cats-effect_sjs1_2.12-5.14.0
5.13.x
eff-cats-effect_sjs1_2.12-5.13.0
5.12.x
eff-cats-effect_sjs1_2.12-5.12.0
5.11.x
eff-cats-effect_sjs1_2.12-5.11.0
5.10.x
eff-cats-effect_sjs1_2.12-5.10.0
5.9.x
eff-cats-effect_sjs1_2.12-5.9.0
5.8.x
eff-cats-effect_sjs1_2.12-5.8.1
eff-cats-effect_sjs1_2.12-5.8.0

How to add a dependency to Maven

Add the following org.atnos : eff-cats-effect_sjs1_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atnos</groupId>
    <artifactId>eff-cats-effect_sjs1_2.12</artifactId>
    <version>5.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atnos : eff-cats-effect_sjs1_2.12 gradle dependency to your build.gradle file:

implementation 'org.atnos:eff-cats-effect_sjs1_2.12:5.14.0'

Gradle Kotlin DSL: Add the following org.atnos : eff-cats-effect_sjs1_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atnos:eff-cats-effect_sjs1_2.12:5.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atnos : eff-cats-effect_sjs1_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atnos" % "eff-cats-effect_sjs1_2.12" % "5.14.0"