MVN

com.workingmouse : scalaz

Maven & Gradle

Nov 24, 2008

Scalaz · The intention of Scalaz is to include general functions that are not currently available in the core Scala API

<dependency>
    <groupId>com.workingmouse</groupId>
    <artifactId>scalaz</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.workingmouse : scalaz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of com.workingmouse : scalaz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
scalaz-3.0
2.5
scalaz-2.5
2.4
scalaz-2.4
2.3
scalaz-2.3
2.2
scalaz-2.2

How to add a dependency to Maven

Add the following com.workingmouse : scalaz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.workingmouse</groupId>
    <artifactId>scalaz</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.workingmouse : scalaz gradle dependency to your build.gradle file:

implementation 'com.workingmouse:scalaz:3.0'

Gradle Kotlin DSL: Add the following com.workingmouse : scalaz gradle kotlin dependency to your build.gradle.kts file:

implementation("com.workingmouse:scalaz:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.workingmouse : scalaz sbt scala dependency to your build.sbt file:

libraryDependencies += "com.workingmouse" % "scalaz" % "3.0"