License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
GroupId | GroupIdcom.aol.cyclops |
ArtifactId | ArtifactIdcyclops-try |
Last Version | Last Version7.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclops-try
Try monad for Java 8
|
Project URL |
Project URL |
Filename | Size |
---|---|
cyclops-try-7.2.4.pom | |
cyclops-try-7.2.4.jar | 23 KB |
cyclops-try-7.2.4-tests.jar | 19 KB |
cyclops-try-7.2.4-sources.jar | 10 KB |
cyclops-try-7.2.4-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-try</artifactId>
<version>7.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/
implementation 'com.aol.cyclops:cyclops-try:7.2.4'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-try/
implementation ("com.aol.cyclops:cyclops-try:7.2.4")
'com.aol.cyclops:cyclops-try:jar:7.2.4'
<dependency org="com.aol.cyclops" name="cyclops-try" rev="7.2.4">
<artifact name="cyclops-try" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-try', version='7.2.4')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-try" % "7.2.4"
[com.aol.cyclops/cyclops-try "7.2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.aol.cyclops : cyclops-core | jar | 7.2.4 |
com.aol.cyclops : cyclops-monad-api | jar | 7.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.aol.cyclops : cyclops-tuples | jar | 7.2.4 |