| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJavaScript Языки программирования Kotlin |
| Группа | Группаcom.michael-bull.kotlin-result |
| Идентификатор | Идентификаторkotlin-result-js |
| Версия | Версия1.1.14 |
| Тип | Типpom |
| Описание |
Описаниеkotlin-result
A Result monad for modelling success or failure operations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| kotlin-result-js-1.1.14.pom | |
| kotlin-result-js-1.1.14-sources.jar | 13 KB |
| Обзор |
<!-- 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.14</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.14'
// https://jarcasting.com/artifacts/com.michael-bull.kotlin-result/kotlin-result-js/
implementation ("com.michael-bull.kotlin-result:kotlin-result-js:1.1.14")
'com.michael-bull.kotlin-result:kotlin-result-js:pom:1.1.14'
<dependency org="com.michael-bull.kotlin-result" name="kotlin-result-js" rev="1.1.14">
<artifact name="kotlin-result-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.michael-bull.kotlin-result', module='kotlin-result-js', version='1.1.14')
)
libraryDependencies += "com.michael-bull.kotlin-result" % "kotlin-result-js" % "1.1.14"
[com.michael-bull.kotlin-result/kotlin-result-js "1.1.14"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |