MVN

org.atnos : eff-cats-scalaz_2.11

Maven & Gradle

Nov 16, 2016
562 stars

scalaz · scalaz

<dependency>
    <groupId>org.atnos</groupId>
    <artifactId>eff-cats-scalaz_2.11</artifactId>
    <version>2.0.0-RC27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-RC27
  • Latest Release Candidate: 2.0.0-RC27

All Versions

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

Version Vulnerabilities Updated
2.0.x
eff-cats-scalaz_2.11-2.0.0-RC27
eff-cats-scalaz_2.11-2.0.0-RC27-20161116140935-4d7fa7a
eff-cats-scalaz_2.11-2.0.0-RC26
eff-cats-scalaz_2.11-2.0.0-RC25
eff-cats-scalaz_2.11-2.0.0-RC24
eff-cats-scalaz_2.11-2.0.0-RC23
eff-cats-scalaz_2.11-2.0.0-RC22
eff-cats-scalaz_2.11-2.0.0-RC21
eff-cats-scalaz_2.11-2.0.0-RC20
eff-cats-scalaz_2.11-2.0.0-RC19

How to add a dependency to Maven

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

<dependency>
    <groupId>org.atnos</groupId>
    <artifactId>eff-cats-scalaz_2.11</artifactId>
    <version>2.0.0-RC27</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.atnos:eff-cats-scalaz_2.11:2.0.0-RC27'

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

implementation("org.atnos:eff-cats-scalaz_2.11:2.0.0-RC27")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.atnos" % "eff-cats-scalaz_2.11" % "2.0.0-RC27"

Advertisement