is not current version
Last Version 3.0

com.workingmouse:scalaz 2.4

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

Categories

Categories

Scala Languages
GroupId

GroupId

com.workingmouse
ArtifactId

ArtifactId

scalaz
Version

Version

2.4
Type

Type

jar

Download scalaz 2.4


<!-- https://jarcasting.com/artifacts/com.workingmouse/scalaz/ -->
<dependency>
    <groupId>com.workingmouse</groupId>
    <artifactId>scalaz</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.workingmouse/scalaz/
implementation 'com.workingmouse:scalaz:2.4'
// https://jarcasting.com/artifacts/com.workingmouse/scalaz/
implementation ("com.workingmouse:scalaz:2.4")
'com.workingmouse:scalaz:jar:2.4'
<dependency org="com.workingmouse" name="scalaz" rev="2.4">
  <artifact name="scalaz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workingmouse', module='scalaz', version='2.4')
)
libraryDependencies += "com.workingmouse" % "scalaz" % "2.4"
[com.workingmouse/scalaz "2.4"]