Result

The modelling for success/failure of operations in Kotlin

License

License

GroupId

GroupId

com.github.kittinunf.result
ArtifactId

ArtifactId

result
Last Version

Last Version

5.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Result
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

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
5.2.1
5.2.0
5.1.0
5.0.0
4.0.0
3.1.0
3.0.1