MVN

org.typelevel : cats_2.11

Maven & Gradle

Jan 16, 2017
192 usages

catsJVM · catsJVM

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats_2.11</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : cats_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of org.typelevel : cats_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • cats_2.11-0.9.0

    Jan 15, 2017
  • cats_2.11-0.8.1

    Nov 09, 2016
  • cats_2.11-0.8.0

    Oct 26, 2016
  • cats_2.11-0.7.2

    Sep 02, 2016
  • cats_2.11-0.7.1

    Sep 02, 2016
  • cats_2.11-0.7.0

    Aug 21, 2016
  • cats_2.11-0.6.1

    Jul 14, 2016
  • cats_2.11-0.6.0

    May 20, 2016
  • cats_2.11-0.6.0-M2

    May 17, 2016
  • cats_2.11-0.6.0-M1

    May 04, 2016
  • cats_2.11-0.5.0

    Apr 28, 2016
  • cats_2.11-0.4.1

    Feb 05, 2016
  • cats_2.11-0.4.0

    Feb 01, 2016

How to add a dependency to Maven

Add the following org.typelevel : cats_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats_2.11</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : cats_2.11 gradle dependency to your build.gradle file:

implementation 'org.typelevel:cats_2.11:0.9.0'

Gradle Kotlin DSL: Add the following org.typelevel : cats_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.typelevel:cats_2.11:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : cats_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "cats_2.11" % "0.9.0"