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-1.1.5.jar 下载
arrow-core-1.1.5.pom 下载
arrow-core-1.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.arrow-kt</groupId>
  <artifactId>arrow-core</artifactId>
  <version>1.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.arrow-kt:arrow-core:1.1.5'
Gradle Kotlin
implementation("io.arrow-kt:arrow-core:1.1.5")
Scala SBT
libraryDependencies += "io.arrow-kt" % "arrow-core" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.arrow-kt', module='arrow-core', version='1.1.5')
)
Apache Ivy
<dependency org="io.arrow-kt" name="arrow-core" rev="1.1.5" />
Leiningen
[io.arrow-kt/arrow-core "1.1.5"]
Apache Buildr
'io.arrow-kt:arrow-core:jar:1.1.5'
本项目依赖