| License |
License |
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdcom.workingmouse |
| ArtifactId | ArtifactIdscalaz |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScalaz
The intention of Scalaz is to include general functions that are not currently available in the core Scala API
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| scalaz-3.0.pom | |
| scalaz-3.0.jar | 603 KB |
| scalaz-3.0-sources.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.workingmouse/scalaz/ -->
<dependency>
<groupId>com.workingmouse</groupId>
<artifactId>scalaz</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.workingmouse/scalaz/
implementation 'com.workingmouse:scalaz:3.0'
// https://jarcasting.com/artifacts/com.workingmouse/scalaz/
implementation ("com.workingmouse:scalaz:3.0")
'com.workingmouse:scalaz:jar:3.0'
<dependency org="com.workingmouse" name="scalaz" rev="3.0">
<artifact name="scalaz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workingmouse', module='scalaz', version='3.0')
)
libraryDependencies += "com.workingmouse" % "scalaz" % "3.0"
[com.workingmouse/scalaz "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.7.1 |