MVN

org.scalaz : scalaz-iterv_2.9.2

Maven & Gradle

Apr 09, 2016
4.6k stars

scalaz-iterv · scalaz-iterv

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-iterv_2.9.2</artifactId>
    <version>7.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.9
  • Latest Release Candidate: 7.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
7.0.x
scalaz-iterv_2.9.2-7.0.9
scalaz-iterv_2.9.2-7.0.8
scalaz-iterv_2.9.2-7.0.7
scalaz-iterv_2.9.2-7.0.6
scalaz-iterv_2.9.2-7.0.5
scalaz-iterv_2.9.2-7.0.4
scalaz-iterv_2.9.2-7.0.3
scalaz-iterv_2.9.2-7.0.2
scalaz-iterv_2.9.2-7.0.1
scalaz-iterv_2.9.2-7.0.0
scalaz-iterv_2.9.2-7.0.0-RC2
scalaz-iterv_2.9.2-7.0.0-RC1
scalaz-iterv_2.9.2-7.0.0-M9
scalaz-iterv_2.9.2-7.0.0-M8
scalaz-iterv_2.9.2-7.0.0-M7
scalaz-iterv_2.9.2-7.0.0-M6
scalaz-iterv_2.9.2-7.0.0-M5
scalaz-iterv_2.9.2-7.0.0-M4
scalaz-iterv_2.9.2-7.0.0-M3
scalaz-iterv_2.9.2-7.0.0-M2
scalaz-iterv_2.9.2-7.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-iterv_2.9.2</artifactId>
    <version>7.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scalaz:scalaz-iterv_2.9.2:7.0.9'

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

implementation("org.scalaz:scalaz-iterv_2.9.2:7.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scalaz" % "scalaz-iterv_2.9.2" % "7.0.9"

Advertisement