is not current version
Last Version 1.7.7

com.ubertob.kondor:kondor-outcome 1.7.3

A Kotlin specialized Either type for wrapping results in a functional way

GroupId

GroupId

com.ubertob.kondor
ArtifactId

ArtifactId

kondor-outcome
Version

Version

1.7.3
Type

Type

jar

Download kondor-outcome 1.7.3


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