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

result 1.1.0

`Result` is a value that can be either `Ok` or `Err`, to signal whether an operation succeeded or failed. Each variant can contain data, e.g. `Result<User, ErrMsg>` contains a `User` if ok, and `ErrMsg` when it fails.

Лицензия

Лицензия

Группа

Группа

nl.markv
Идентификатор

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

result
Версия

Версия

1.1.0
Тип

Тип

jar
Описание

Описание

result
`Result` is a value that can be either `Ok` or `Err`, to signal whether an operation succeeded or failed. Each variant can contain data, e.g. `Result<User, ErrMsg>` contains a `User` if ok, and `ErrMsg` when it fails.
Ссылка на сайт

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

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

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

https://github.com/mverleg/java-result

Скачать result 1.1.0


<!-- https://jarcasting.com/artifacts/nl.markv/result/ -->
<dependency>
    <groupId>nl.markv</groupId>
    <artifactId>result</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.markv/result/
implementation 'nl.markv:result:1.1.0'
// https://jarcasting.com/artifacts/nl.markv/result/
implementation ("nl.markv:result:1.1.0")
'nl.markv:result:jar:1.1.0'
<dependency org="nl.markv" name="result" rev="1.1.0">
  <artifact name="result" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.markv', module='result', version='1.1.0')
)
libraryDependencies += "nl.markv" % "result" % "1.1.0"
[nl.markv/result "1.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 3.0.2

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

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

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