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