GroupId | GroupIdio.arrow-kt |
---|---|
ArtifactId | ArtifactIdarrow-fx-coroutines |
Version | Version1.0.3-alpha.38 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-coroutines/ -->
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-fx-coroutines</artifactId>
<version>1.0.3-alpha.38</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-coroutines/
implementation 'io.arrow-kt:arrow-fx-coroutines:1.0.3-alpha.38'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-coroutines/
implementation ("io.arrow-kt:arrow-fx-coroutines:1.0.3-alpha.38")
'io.arrow-kt:arrow-fx-coroutines:pom:1.0.3-alpha.38'
<dependency org="io.arrow-kt" name="arrow-fx-coroutines" rev="1.0.3-alpha.38">
<artifact name="arrow-fx-coroutines" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-fx-coroutines', version='1.0.3-alpha.38')
)
libraryDependencies += "io.arrow-kt" % "arrow-fx-coroutines" % "1.0.3-alpha.38"
[io.arrow-kt/arrow-fx-coroutines "1.0.3-alpha.38"]