s

scalaz

The intention of Scalaz is to include general functions that are not currently available in the core Scala API
http://wiki.workingmouse.com/index.php/Scalaz
New BSD License
Workingmouse Pty Ltd
文件下载
文件名 操作
scalaz-3.0.jar 下载
scalaz-3.0.pom 下载
scalaz-3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.workingmouse</groupId>
  <artifactId>scalaz</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'com.workingmouse:scalaz:3.0'
Gradle Kotlin
implementation("com.workingmouse:scalaz:3.0")
Scala SBT
libraryDependencies += "com.workingmouse" % "scalaz" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.workingmouse', module='scalaz', version='3.0')
)
Apache Ivy
<dependency org="com.workingmouse" name="scalaz" rev="3.0" />
Leiningen
[com.workingmouse/scalaz "3.0"]
Apache Buildr
'com.workingmouse:scalaz:jar:3.0'
本项目依赖