is not current version
Last Version 1.1.16

com.michael-bull.kotlin-result:kotlin-result 1.1.7

A Result monad for modelling success or failure operations.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.michael-bull.kotlin-result
ArtifactId

ArtifactId

kotlin-result
Version

Version

1.1.7
Type

Type

pom

Download kotlin-result 1.1.7


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