не последняя версия
Последняя версия 4.0.0

com.github.kittinunf.result:result-coroutines 3.0.1

The modelling for success/failure of operations in Kotlin

Группа

Группа

com.github.kittinunf.result
Идентификатор

Идентификатор

result-coroutines
Версия

Версия

3.0.1
Тип

Тип

jar

Скачать result-coroutines 3.0.1


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