| License |
License |
|---|---|
| GroupId | GroupIdco.unruly |
| ArtifactId | ArtifactIdcontrol |
| Last Version | Last Version0.8.13 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncontrol
A collection of functional utilities around error handling, wrapping a successfully returned value or
error
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| control-0.8.13.pom | |
| control-0.8.13.jar | 64 KB |
| control-0.8.13-sources.jar | 27 KB |
| control-0.8.13-javadoc.jar | 284 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.unruly/control/ -->
<dependency>
<groupId>co.unruly</groupId>
<artifactId>control</artifactId>
<version>0.8.13</version>
</dependency>
// https://jarcasting.com/artifacts/co.unruly/control/
implementation 'co.unruly:control:0.8.13'
// https://jarcasting.com/artifacts/co.unruly/control/
implementation ("co.unruly:control:0.8.13")
'co.unruly:control:jar:0.8.13'
<dependency org="co.unruly" name="control" rev="0.8.13">
<artifact name="control" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.unruly', module='control', version='0.8.13')
)
libraryDependencies += "co.unruly" % "control" % "0.8.13"
[co.unruly/control "0.8.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
| org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.6.2 |