MVN

org.scalaz : scalaz-effect_sjs1_2.11

Maven & Gradle

Nov 25, 2022
2 usages
4.6k stars

scalaz-effect · scalaz-effect

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-effect_sjs1_2.11</artifactId>
    <version>7.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.3.7

All Versions

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

Version Vulnerabilities Updated
7.3.x
scalaz-effect_sjs1_2.11-7.3.7
scalaz-effect_sjs1_2.11-7.3.6
scalaz-effect_sjs1_2.11-7.3.5
scalaz-effect_sjs1_2.11-7.3.4
scalaz-effect_sjs1_2.11-7.3.3
scalaz-effect_sjs1_2.11-7.3.2
scalaz-effect_sjs1_2.11-7.3.1
scalaz-effect_sjs1_2.11-7.3.0
scalaz-effect_sjs1_2.11-7.3.0-M32
7.2.x
scalaz-effect_sjs1_2.11-7.2.35
scalaz-effect_sjs1_2.11-7.2.34
scalaz-effect_sjs1_2.11-7.2.33
scalaz-effect_sjs1_2.11-7.2.32
scalaz-effect_sjs1_2.11-7.2.31
scalaz-effect_sjs1_2.11-7.2.30

How to add a dependency to Maven

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

<dependency>
    <groupId>org.scalaz</groupId>
    <artifactId>scalaz-effect_sjs1_2.11</artifactId>
    <version>7.3.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.scalaz:scalaz-effect_sjs1_2.11:7.3.7'

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

implementation("org.scalaz:scalaz-effect_sjs1_2.11:7.3.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.scalaz" % "scalaz-effect_sjs1_2.11" % "7.3.7"

Advertisement