| Categories | CategoriesReact User Interface Web Frameworks Cyclops General Purpose Libraries Functional Programming | 
|---|---|
| GroupId | GroupIdcom.aol.simplereact | 
| ArtifactId | ArtifactIdcyclops-react | 
| Version | Version1.0.0-FINAL | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.aol.simplereact/cyclops-react/ -->
<dependency>
    <groupId>com.aol.simplereact</groupId>
    <artifactId>cyclops-react</artifactId>
    <version>1.0.0-FINAL</version>
</dependency>// https://jarcasting.com/artifacts/com.aol.simplereact/cyclops-react/
implementation 'com.aol.simplereact:cyclops-react:1.0.0-FINAL'// https://jarcasting.com/artifacts/com.aol.simplereact/cyclops-react/
implementation ("com.aol.simplereact:cyclops-react:1.0.0-FINAL")'com.aol.simplereact:cyclops-react:jar:1.0.0-FINAL'<dependency org="com.aol.simplereact" name="cyclops-react" rev="1.0.0-FINAL">
  <artifact name="cyclops-react" type="jar" />
</dependency>@Grapes(
@Grab(group='com.aol.simplereact', module='cyclops-react', version='1.0.0-FINAL')
)libraryDependencies += "com.aol.simplereact" % "cyclops-react" % "1.0.0-FINAL"[com.aol.simplereact/cyclops-react "1.0.0-FINAL"]