License |
License |
---|---|
Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
GroupId | GroupIdcom.oath.cyclops |
ArtifactId | ArtifactIdcyclops |
Last Version | Last Version10.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclops
Platform for Functional Reactive Programming with Java 8
|
Project URL |
Project URL |
Filename | Size |
---|---|
cyclops-10.4.1.pom | |
cyclops-10.4.1.jar | 1 MB |
cyclops-10.4.1-tests.jar | 1 MB |
cyclops-10.4.1-sources.jar | 602 KB |
cyclops-10.4.1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/ -->
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops</artifactId>
<version>10.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/
implementation 'com.oath.cyclops:cyclops:10.4.1'
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/
implementation ("com.oath.cyclops:cyclops:10.4.1")
'com.oath.cyclops:cyclops:jar:10.4.1'
<dependency org="com.oath.cyclops" name="cyclops" rev="10.4.1">
<artifact name="cyclops" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.cyclops', module='cyclops', version='10.4.1')
)
libraryDependencies += "com.oath.cyclops" % "cyclops" % "10.4.1"
[com.oath.cyclops/cyclops "10.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.agrona : Agrona | jar | 0.9.1 |
org.reactivestreams : reactive-streams | jar | 1.0.0 |
io.kindedj : kindedj | jar | 1.1.0 |