Kotlin Result

Error handling alternative to Exception.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.jason5lee
ArtifactId

ArtifactId

kotlin-result
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin Result
Error handling alternative to Exception.
Project URL

Project URL

http://github.com/jason5lee/kotlin-result/
Source Code Management

Source Code Management

http://github.com/jason5lee/kotlin-result/

Download kotlin-result

How to add to project

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

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.1
1.0