is not current version
Last Version 10.4.1

com.oath.cyclops:cyclops 10.1.0

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.1.0
Type

Type

jar

Download cyclops 10.1.0


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