| GroupId | GroupIdcom.github.kittinunf.result |
|---|---|
| ArtifactId | ArtifactIdresult-coroutines |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| result-coroutines-3.1.0.pom | |
| result-coroutines-3.1.0.jar | 34 KB |
| result-coroutines-3.1.0-sources.jar | 2 KB |
| result-coroutines-3.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.result/result-coroutines/ -->
<dependency>
<groupId>com.github.kittinunf.result</groupId>
<artifactId>result-coroutines</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.result/result-coroutines/
implementation 'com.github.kittinunf.result:result-coroutines:3.1.0'
// https://jarcasting.com/artifacts/com.github.kittinunf.result/result-coroutines/
implementation ("com.github.kittinunf.result:result-coroutines:3.1.0")
'com.github.kittinunf.result:result-coroutines:jar:3.1.0'
<dependency org="com.github.kittinunf.result" name="result-coroutines" rev="3.1.0">
<artifact name="result-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.result', module='result-coroutines', version='3.1.0')
)
libraryDependencies += "com.github.kittinunf.result" % "result-coroutines" % "3.1.0"
[com.github.kittinunf.result/result-coroutines "3.1.0"]