kotlin-result

A Result monad for modelling success or failure operations.

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования Kotlin
Группа

Группа

com.michael-bull.kotlin-result
Идентификатор

Идентификатор

kotlin-result-js
Последняя версия

Последняя версия

1.1.16
Дата

Дата

Тип

Тип

pom
Описание

Описание

kotlin-result
A Result monad for modelling success or failure operations.
Ссылка на сайт

Ссылка на сайт

https://github.com/michaelbull/kotlin-result
Система контроля версий

Система контроля версий

https://github.com/michaelbull/kotlin-result

Скачать kotlin-result-js

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.20
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.20

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10