is not current version
Last Version 3.0

com.workingmouse:scalaz 2.3

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.3
Type

Type

jar

Download scalaz 2.3

Filename Size
scalaz-2.3.pom
scalaz-2.3.jar 916 KB
Browse

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