| License |
License |
|---|---|
| GroupId | GroupIdnl.markv |
| ArtifactId | ArtifactIdresult |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionresult
`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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| result-1.1.0.pom | |
| result-1.1.0.jar | 21 KB |
| result-1.1.0-sources.jar | 15 KB |
| result-1.1.0-javadoc.jar | 193 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |