is not current version
Last Version 1.1.3-alpha.23

io.arrow-kt:arrow-fx-stm 1.0.3-alpha.2

Functional companion to Kotlin's Standard Library

GroupId

GroupId

io.arrow-kt
ArtifactId

ArtifactId

arrow-fx-stm
Version

Version

1.0.3-alpha.2
Type

Type

pom

Download arrow-fx-stm 1.0.3-alpha.2


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