is not current version
Last Version 2.0.0

com.natpryce:result4k 1.4.1

A Result type for Kotlin

GroupId

GroupId

com.natpryce
ArtifactId

ArtifactId

result4k
Version

Version

1.4.1
Type

Type

jar

Download result4k 1.4.1


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