| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.andrewhatch |
| ArtifactId | ArtifactIdresult |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionresult
A Java result monad
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| result-1.0.0.pom | |
| result-1.0.0.jar | 10 KB |
| result-1.0.0-sources.jar | 5 KB |
| result-1.0.0-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.andrewhatch/result/ -->
<dependency>
<groupId>net.andrewhatch</groupId>
<artifactId>result</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.andrewhatch/result/
implementation 'net.andrewhatch:result:1.0.0'
// https://jarcasting.com/artifacts/net.andrewhatch/result/
implementation ("net.andrewhatch:result:1.0.0")
'net.andrewhatch:result:jar:1.0.0'
<dependency org="net.andrewhatch" name="result" rev="1.0.0">
<artifact name="result" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.andrewhatch', module='result', version='1.0.0')
)
libraryDependencies += "net.andrewhatch" % "result" % "1.0.0"
[net.andrewhatch/result "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.assertj : assertj-core | jar | 3.20.2 |