| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages Kotlin |
| GroupId | GroupIdcom.michael-bull.kotlin-result |
| ArtifactId | ArtifactIdkotlin-result-js |
| Last Version | Last Version1.1.16 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionkotlin-result
A Result monad for modelling success or failure operations.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlin-result-js-1.1.16.pom | |
| kotlin-result-js-1.1.16-sources.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-js/ -->
<dependency>
<groupId>com.michael-bull.kotlin-result</groupId>
<artifactId>kotlin-result-js</artifactId>
<version>1.1.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-js/
implementation 'com.michael-bull.kotlin-result:kotlin-result-js:1.1.16'
// https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-js/
implementation ("com.michael-bull.kotlin-result:kotlin-result-js:1.1.16")
'com.michael-bull.kotlin-result:kotlin-result-js:pom:1.1.16'
<dependency org="com.michael-bull.kotlin-result" name="kotlin-result-js" rev="1.1.16">
<artifact name="kotlin-result-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.michael-bull.kotlin-result', module='kotlin-result-js', version='1.1.16')
)
libraryDependencies += "com.michael-bull.kotlin-result" % "kotlin-result-js" % "1.1.16"
[com.michael-bull.kotlin-result/kotlin-result-js "1.1.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |