MVN

org.scalaz : scalaz-zio-interop_sjs0.6_2.11

Maven & Gradle

Dec 03, 2018
3.9k stars

scalaz-zio-interop · scalaz-zio-interop

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-zio-interop_sjs0.6_2.11</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalaz : scalaz-zio-interop_sjs0.6_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of org.scalaz : scalaz-zio-interop_sjs0.6_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
scalaz-zio-interop_sjs0.6_2.11-0.5.0
0.4.x
scalaz-zio-interop_sjs0.6_2.11-0.4.1
0.3.x
scalaz-zio-interop_sjs0.6_2.11-0.3.2
scalaz-zio-interop_sjs0.6_2.11-0.3.1
scalaz-zio-interop_sjs0.6_2.11-0.3.0
0.2.x
scalaz-zio-interop_sjs0.6_2.11-0.2.11
scalaz-zio-interop_sjs0.6_2.11-0.2.9
scalaz-zio-interop_sjs0.6_2.11-0.2.8
scalaz-zio-interop_sjs0.6_2.11-0.2.7
scalaz-zio-interop_sjs0.6_2.11-0.2.6
scalaz-zio-interop_sjs0.6_2.11-0.2.5
scalaz-zio-interop_sjs0.6_2.11-0.2.3
scalaz-zio-interop_sjs0.6_2.11-0.2.2
0.1.x
scalaz-zio-interop_sjs0.6_2.11-0.1.0-344913e
scalaz-zio-interop_sjs0.6_2.11-0.1.0-0d68970
scalaz-zio-interop_sjs0.6_2.11-0.1.0-dc8b6a3

How to add a dependency to Maven

Add the following org.scalaz : scalaz-zio-interop_sjs0.6_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-zio-interop_sjs0.6_2.11</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalaz : scalaz-zio-interop_sjs0.6_2.11 gradle dependency to your build.gradle file:

implementation 'org.scalaz:scalaz-zio-interop_sjs0.6_2.11:0.5.0'

Gradle Kotlin DSL: Add the following org.scalaz : scalaz-zio-interop_sjs0.6_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalaz:scalaz-zio-interop_sjs0.6_2.11:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalaz : scalaz-zio-interop_sjs0.6_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalaz" % "scalaz-zio-interop_sjs0.6_2.11" % "0.5.0"

Advertisement