MVN

org.scalaz : scalaz-typelevel_2.12

Maven & Gradle

Feb 03, 2018
1 usages
4.6k stars

scalaz-typelevel · scalaz-typelevel

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-typelevel_2.12</artifactId>
    <version>7.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalaz : scalaz-typelevel_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.17

All Versions

Choose a version of org.scalaz : scalaz-typelevel_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
scalaz-typelevel_2.12-7.1.17
scalaz-typelevel_2.12-7.1.16
scalaz-typelevel_2.12-7.1.15
scalaz-typelevel_2.12-7.1.14
scalaz-typelevel_2.12-7.1.13
scalaz-typelevel_2.12-7.1.12
scalaz-typelevel_2.12-7.1.11
7.0.x
scalaz-typelevel_2.12-7.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-typelevel_2.12</artifactId>
    <version>7.1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalaz : scalaz-typelevel_2.12 gradle dependency to your build.gradle file:

implementation 'org.scalaz:scalaz-typelevel_2.12:7.1.17'

Gradle Kotlin DSL: Add the following org.scalaz : scalaz-typelevel_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalaz:scalaz-typelevel_2.12:7.1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalaz : scalaz-typelevel_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalaz" % "scalaz-typelevel_2.12" % "7.1.17"