Download cyclops-10.0.0-M1.jar file - Jar c

Jar examples for c:cyclops

Description

Platform for Functional Reactive Programming with Java 8

You can download jar file cyclops 10.0.0-M1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cyclops-10.0.0-M1.jar to your project.

<dependency>
   <groupId>com.oath.cyclops</groupId>
   <artifactId>cyclops</artifactId>
   <version>10.0.0-M1</version>
</dependency>
compile group: 'com.oath.cyclops', name: 'cyclops', version: '10.0.0-M1'
libraryDependencies += "com.oath.cyclops" % "cyclops" % "10.0.0-M1"
<dependency org="com.oath.cyclops" name="cyclops" rev="10.0.0-M1"/>
@Grapes(@Grab(group='com.oath.cyclops', module='cyclops', version='10.0.0-M1'))
'com.oath.cyclops:cyclops:jar:10.0.0-M1'

Download

Click the following link to download the jar file.

cyclops-10.0.0-M1-javadoc.jar
cyclops-10.0.0-M1-sources.jar
cyclops-10.0.0-M1-tests.jar
cyclops-10.0.0-M1.jar
cyclops-10.0.0-M1.pom



Related Tutorials