is not current version
Last Version 1.1.3-alpha.23

io.arrow-kt:arrow-core 1.0.3-alpha.33

Functional companion to Kotlin's Standard Library

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-core
Version

Version

1.0.3-alpha.33
Type

Type

pom

Download arrow-core 1.0.3-alpha.33


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