Files download
File Operation
cyclops-react-2.1.0.jar download
cyclops-react-2.1.0.pom download
cyclops-react-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aol.simplereact</groupId>
  <artifactId>cyclops-react</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.aol.simplereact:cyclops-react:2.1.0'
Gradle Kotlin
implementation("com.aol.simplereact:cyclops-react:2.1.0")
Scala SBT
libraryDependencies += "com.aol.simplereact" % "cyclops-react" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.simplereact', module='cyclops-react', version='2.1.0')
)
Apache Ivy
<dependency org="com.aol.simplereact" name="cyclops-react" rev="2.1.0" />
Leiningen
[com.aol.simplereact/cyclops-react "2.1.0"]
Apache Buildr
'com.aol.simplereact:cyclops-react:jar:2.1.0'