MVN

dev.zio : zio-interop-scalaz7x_sjs0.6_2.13

Maven & Gradle

May 18, 2020
7 stars

zio-interop-scalaz7x · zio-interop-scalaz7x

<dependency>
    <groupId>dev.zio</groupId>
    <artifactId>zio-interop-scalaz7x_sjs0.6_2.13</artifactId>
    <version>7.2.27.0-RC9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.zio : zio-interop-scalaz7x_sjs0.6_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.27.0-RC9
  • Latest Release Candidate: 7.2.27.0-RC9

All Versions

Choose a version of dev.zio : zio-interop-scalaz7x_sjs0.6_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
zio-interop-scalaz7x_sjs0.6_2.13-7.2.27.0-RC9
zio-interop-scalaz7x_sjs0.6_2.13-7.2.27.0-RC8
zio-interop-scalaz7x_sjs0.6_2.13-7.2.27.0-RC7
zio-interop-scalaz7x_sjs0.6_2.13-7.2.27.0-RC6
zio-interop-scalaz7x_sjs0.6_2.13-7.2.27.0-RC5
zio-interop-scalaz7x_sjs0.6_2.13-7.2.27.0-RC4

How to add a dependency to Maven

Add the following dev.zio : zio-interop-scalaz7x_sjs0.6_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.zio</groupId>
    <artifactId>zio-interop-scalaz7x_sjs0.6_2.13</artifactId>
    <version>7.2.27.0-RC9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.zio : zio-interop-scalaz7x_sjs0.6_2.13 gradle dependency to your build.gradle file:

implementation 'dev.zio:zio-interop-scalaz7x_sjs0.6_2.13:7.2.27.0-RC9'

Gradle Kotlin DSL: Add the following dev.zio : zio-interop-scalaz7x_sjs0.6_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.zio:zio-interop-scalaz7x_sjs0.6_2.13:7.2.27.0-RC9")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.zio : zio-interop-scalaz7x_sjs0.6_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.zio" % "zio-interop-scalaz7x_sjs0.6_2.13" % "7.2.27.0-RC9"

Advertisement