is not current version
Last Version 5.2.1

com.github.kittinunf.result:result 3.1.0

The modelling for success/failure of operations in Kotlin

GroupId

GroupId

com.github.kittinunf.result
ArtifactId

ArtifactId

result
Version

Version

3.1.0
Type

Type

jar

Download result 3.1.0


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