License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.github.jason5lee |
ArtifactId | ArtifactIdkotlin-result |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlin Result
Error handling alternative to Exception.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-result-1.1.0.pom | |
kotlin-result-1.1.0.jar | 8 KB |
kotlin-result-1.1.0-sources.jar | 1 KB |
kotlin-result-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.51 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |