Download cyclops-10.0.0-M8.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-M8 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-M8.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials