a

arrow-core-jvm

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