is not current version
Last Version 1.1.16

com.michael-bull.kotlin-result:kotlin-result-coroutines 1.1.9

Extensions for using kotlin-result with kotlinx-coroutines.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.michael-bull.kotlin-result
ArtifactId

ArtifactId

kotlin-result-coroutines
Version

Version

1.1.9
Type

Type

pom

Download kotlin-result-coroutines 1.1.9


<!-- https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-coroutines/ -->
<dependency>
    <groupId>com.michael-bull.kotlin-result</groupId>
    <artifactId>kotlin-result-coroutines</artifactId>
    <version>1.1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-coroutines/
implementation 'com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.9'
// https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-coroutines/
implementation ("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.9")
'com.michael-bull.kotlin-result:kotlin-result-coroutines:pom:1.1.9'
<dependency org="com.michael-bull.kotlin-result" name="kotlin-result-coroutines" rev="1.1.9">
  <artifact name="kotlin-result-coroutines" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.michael-bull.kotlin-result', module='kotlin-result-coroutines', version='1.1.9')
)
libraryDependencies += "com.michael-bull.kotlin-result" % "kotlin-result-coroutines" % "1.1.9"
[com.michael-bull.kotlin-result/kotlin-result-coroutines "1.1.9"]