Last Version

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.

License

License

GroupId

GroupId

nl.markv
ArtifactId

ArtifactId

result
Version

Version

1.1.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/mverleg/java-result
Source Code Management

Source Code Management

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

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.