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