| License |
License
The MIT License (MIT)
|
|---|---|
| Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
| GroupId | GroupIdcom.aol.cyclops |
| ArtifactId | ArtifactIdcyclops-core |
| Last Version | Last Version7.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncyclops-core
Cyclops core : power tools for Java 8
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cyclops-core-7.3.1.pom | |
| cyclops-core-7.3.1.jar | 9 KB |
| cyclops-core-7.3.1-tests.jar | 20 KB |
| cyclops-core-7.3.1-sources.jar | 8 KB |
| cyclops-core-7.3.1-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-core/ -->
<dependency>
<groupId>com.aol.cyclops</groupId>
<artifactId>cyclops-core</artifactId>
<version>7.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-core/
implementation 'com.aol.cyclops:cyclops-core:7.3.1'
// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-core/
implementation ("com.aol.cyclops:cyclops-core:7.3.1")
'com.aol.cyclops:cyclops-core:jar:7.3.1'
<dependency org="com.aol.cyclops" name="cyclops-core" rev="7.3.1">
<artifact name="cyclops-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-core', version='7.3.1')
)
libraryDependencies += "com.aol.cyclops" % "cyclops-core" % "7.3.1"
[com.aol.cyclops/cyclops-core "7.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.aol.cyclops : cyclops-functions | jar | 7.3.1 |
| com.aol.cyclops : cyclops-pattern-matching | jar | 7.3.1 |
| com.aol.cyclops : cyclops-streams | jar | 7.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.functionaljava : functionaljava | jar | 4.3 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.google.guava : guava | jar | 19.0-rc2 |
| com.javaslang : javaslang | jar | 2.0.0-RC3 |