is not current version
Last Version 0.12.1

io.arrow-kt:arrow-fx 0.10.4

Functional companion to Kotlin's Standard Library

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-fx
Version

Version

0.10.4
Type

Type

jar

Download arrow-fx 0.10.4


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