is not current version
Last Version 1.1.3-alpha.23

io.arrow-kt:arrow-core 0.7.2

Functional companion to Kotlin's Standard Library

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-core
Version

Version

0.7.2
Type

Type

jar

Download arrow-core 0.7.2


<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-core/ -->
<dependency>
    <groupId>io.arrow-kt</groupId>
    <artifactId>arrow-core</artifactId>
    <version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-core/
implementation 'io.arrow-kt:arrow-core:0.7.2'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-core/
implementation ("io.arrow-kt:arrow-core:0.7.2")
'io.arrow-kt:arrow-core:jar:0.7.2'
<dependency org="io.arrow-kt" name="arrow-core" rev="0.7.2">
  <artifact name="arrow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-core', version='0.7.2')
)
libraryDependencies += "io.arrow-kt" % "arrow-core" % "0.7.2"
[io.arrow-kt/arrow-core "0.7.2"]