Skip to content

Adding cyclops react as a dependency

johnmcclean-aol edited this page Nov 21, 2016 · 2 revisions

Gradle

compile 'com.aol.simplereact:cyclops-react:1.0.2'

Maven

<dependency>
    <groupId>com.aol.simplereact</groupId>
    <artifactId>cyclops-react</artifactId>
    <version>1.0.2</version>
</dependency>
Clone this wiki locally