MVN

org.typelevel : cats-tagless-macros_2.12

Maven & Gradle

Apr 24, 2021
54 usages

macros · macros

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-tagless-macros_2.12</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : cats-tagless-macros_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0

All Versions

Choose a version of org.typelevel : cats-tagless-macros_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • cats-tagless-macros_2.12-0.14.0

    Apr 24, 2021
  • cats-tagless-macros_2.12-0.13-1-15db980

    Apr 07, 2021
  • cats-tagless-macros_2.12-0.13.0

    Apr 07, 2021
  • cats-tagless-macros_2.12-0.13-72-f8b275d

    Apr 06, 2021
  • cats-tagless-macros_2.12-0.12

    Oct 22, 2020
  • cats-tagless-macros_2.12-0.11

    Jan 17, 2020
  • cats-tagless-macros_2.12-0.10

    Sep 20, 2019
  • cats-tagless-macros_2.12-0.9

    Jul 08, 2019
  • cats-tagless-macros_2.12-0.8

    Jun 18, 2019
  • cats-tagless-macros_2.12-0.7

    Jun 01, 2019
  • cats-tagless-macros_2.12-0.6

    May 07, 2019
  • cats-tagless-macros_2.12-0.5

    Mar 26, 2019
  • cats-tagless-macros_2.12-0.0.0-TESTRELEASE

    Mar 22, 2019
  • cats-tagless-macros_2.12-0.4

    Mar 22, 2019
  • cats-tagless-macros_2.12-0.3.0

    Mar 20, 2019
  • cats-tagless-macros_2.12-0.2.0

    Nov 02, 2018
  • cats-tagless-macros_2.12-0.1.0

    Sep 10, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-tagless-macros_2.12</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : cats-tagless-macros_2.12 gradle dependency to your build.gradle file:

implementation 'org.typelevel:cats-tagless-macros_2.12:0.14.0'

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

implementation("org.typelevel:cats-tagless-macros_2.12:0.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : cats-tagless-macros_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "cats-tagless-macros_2.12" % "0.14.0"