Last Version

result-coroutines 4.0.0

The modelling for success/failure of operations in Kotlin

License

License

GroupId

GroupId

com.github.kittinunf.result
ArtifactId

ArtifactId

result-coroutines
Version

Version

4.0.0
Type

Type

jar
Description

Description

result-coroutines
The modelling for success/failure of operations in Kotlin
Project URL

Project URL

https://github.com/kittinunf/Result
Source Code Management

Source Code Management

https://github.com/kittinunf/Result

Download result-coroutines 4.0.0


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

Dependencies

runtime (3)

Group / Artifact Type Version
com.github.kittinunf.result : result jar 4.0.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.4.2

Project Modules

There are no modules declared in this project.