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