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