k

kotlin-result

A Result monad for modelling success or failure operations.
https://github.com/michaelbull/kotlin-result
ISC License
Michael Bull
Files download
File Operation
kotlin-result-1.1.6.jar download
kotlin-result-1.1.6.pom download
kotlin-result-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.michael-bull.kotlin-result</groupId>
  <artifactId>kotlin-result</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.michael-bull.kotlin-result:kotlin-result:1.1.6'
Gradle Kotlin
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.6")
Scala SBT
libraryDependencies += "com.michael-bull.kotlin-result" % "kotlin-result" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.michael-bull.kotlin-result', module='kotlin-result', version='1.1.6')
)
Apache Ivy
<dependency org="com.michael-bull.kotlin-result" name="kotlin-result" rev="1.1.6" />
Leiningen
[com.michael-bull.kotlin-result/kotlin-result "1.1.6"]
Apache Buildr
'com.michael-bull.kotlin-result:kotlin-result:jar:1.1.6'