MVN

io.swaydb : cats-effect_2.12

Maven & Gradle

Oct 10, 2020
288 stars

cats-effect · cats-effect

<dependency>
    <groupId>io.swaydb</groupId>
    <artifactId>cats-effect_2.12</artifactId>
    <version>0.16.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.swaydb : cats-effect_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.2
  • Latest Release Candidate: 0.12-RC3

All Versions

Choose a version of io.swaydb : cats-effect_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
cats-effect_2.12-0.16.2
cats-effect_2.12-0.16.1
0.16
cats-effect_2.12-0.16
0.15
cats-effect_2.12-0.15
0.14.x
cats-effect_2.12-0.14.7
cats-effect_2.12-0.14.6
cats-effect_2.12-0.14.5
cats-effect_2.12-0.14.4
cats-effect_2.12-0.14.3
cats-effect_2.12-0.14.2
cats-effect_2.12-0.14.1
0.14
cats-effect_2.12-0.14
0.13.x
cats-effect_2.12-0.13.4
cats-effect_2.12-0.13.3
cats-effect_2.12-0.13.2
cats-effect_2.12-0.13.1
0.13
cats-effect_2.12-0.13
0.12.x
cats-effect_2.12-0.12.5
cats-effect_2.12-0.12.4
cats-effect_2.12-0.12.3
cats-effect_2.12-0.12.2
cats-effect_2.12-0.12.1
0.12
cats-effect_2.12-0.12
cats-effect_2.12-0.12-RC3
cats-effect_2.12-0.12-RC2
cats-effect_2.12-0.12-RC1
0.11
cats-effect_2.12-0.11

How to add a dependency to Maven

Add the following io.swaydb : cats-effect_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.swaydb</groupId>
    <artifactId>cats-effect_2.12</artifactId>
    <version>0.16.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.swaydb : cats-effect_2.12 gradle dependency to your build.gradle file:

implementation 'io.swaydb:cats-effect_2.12:0.16.2'

Gradle Kotlin DSL: Add the following io.swaydb : cats-effect_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.swaydb:cats-effect_2.12:0.16.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.swaydb : cats-effect_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.swaydb" % "cats-effect_2.12" % "0.16.2"