- 
                Notifications
    You must be signed in to change notification settings 
- Fork 137
Adding cyclops react as a dependency
        johnmcclean-aol edited this page Feb 6, 2017 
        ·
        2 revisions
      
    1.x
compile 'com.aol.simplereact:cyclops-react:1.0.5'
2.x
compile 'com.aol.simplereact:cyclops-react:2.0.0-MI3'
1.x
<dependency>
    <groupId>com.aol.simplereact</groupId>
    <artifactId>cyclops-react</artifactId>
    <version>1.0.5</version>
</dependency>
2.x
<dependency>
    <groupId>com.aol.simplereact</groupId>
    <artifactId>cyclops-react</artifactId>
    <version>2.0.0-MI3</version>
</dependency>
oops - my bad