is not current version
Last Version 10.4.1

com.oath.cyclops:cyclops 10.0.2

Platform for Functional Reactive Programming with Java 8

Categories

Categories

Cyclops General Purpose Libraries Functional Programming
GroupId

GroupId

com.oath.cyclops
ArtifactId

ArtifactId

cyclops
Version

Version

10.0.2
Type

Type

jar

Download cyclops 10.0.2


<!-- https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/ -->
<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops</artifactId>
    <version>10.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/
implementation 'com.oath.cyclops:cyclops:10.0.2'
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/
implementation ("com.oath.cyclops:cyclops:10.0.2")
'com.oath.cyclops:cyclops:jar:10.0.2'
<dependency org="com.oath.cyclops" name="cyclops" rev="10.0.2">
  <artifact name="cyclops" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.cyclops', module='cyclops', version='10.0.2')
)
libraryDependencies += "com.oath.cyclops" % "cyclops" % "10.0.2"
[com.oath.cyclops/cyclops "10.0.2"]