a

arrow-core

Functional companion to Kotlin's Standard Library
https://github.com/arrow-kt/arrow/
The Apache Software License, Version 2.0
The Arrow Authors
文件下载
文件名 操作
arrow-core-0.8.2.jar 下载
arrow-core-0.8.2.pom 下载
arrow-core-0.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.arrow-kt</groupId>
  <artifactId>arrow-core</artifactId>
  <version>0.8.2</version>
</dependency>
Gradle Groovy
implementation 'io.arrow-kt:arrow-core:0.8.2'
Gradle Kotlin
implementation("io.arrow-kt:arrow-core:0.8.2")
Scala SBT
libraryDependencies += "io.arrow-kt" % "arrow-core" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='io.arrow-kt', module='arrow-core', version='0.8.2')
)
Apache Ivy
<dependency org="io.arrow-kt" name="arrow-core" rev="0.8.2" />
Leiningen
[io.arrow-kt/arrow-core "0.8.2"]
Apache Buildr
'io.arrow-kt:arrow-core:jar:0.8.2'