License |
License |
---|---|
GroupId | GroupIddev.forkhandles |
ArtifactId | ArtifactIdresult4k |
Last Version | Last Version2.2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresult4k
A friendly Kotlin Result type
|
Project URL |
Project URL |
Filename | Size |
---|---|
result4k-2.2.0.0.pom | |
result4k-2.2.0.0.jar | 19 KB |
result4k-2.2.0.0-sources.jar | 4 KB |
result4k-2.2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.forkhandles/result4k/ -->
<dependency>
<groupId>dev.forkhandles</groupId>
<artifactId>result4k</artifactId>
<version>2.2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.forkhandles/result4k/
implementation 'dev.forkhandles:result4k:2.2.0.0'
// https://jarcasting.com/artifacts/dev.forkhandles/result4k/
implementation ("dev.forkhandles:result4k:2.2.0.0")
'dev.forkhandles:result4k:jar:2.2.0.0'
<dependency org="dev.forkhandles" name="result4k" rev="2.2.0.0">
<artifact name="result4k" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.forkhandles', module='result4k', version='2.2.0.0')
)
libraryDependencies += "dev.forkhandles" % "result4k" % "2.2.0.0"
[dev.forkhandles/result4k "2.2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.21 |