| Categories | CategoriesCyclops General Purpose Libraries Functional Programming Dex Utility | 
|---|---|
| GroupId | GroupIdcom.aol.cyclops | 
| ArtifactId | ArtifactIdcyclops-dexx | 
| Version | Version9.0.0-FINAL | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| cyclops-dexx-9.0.0-FINAL.pom | |
| cyclops-dexx-9.0.0-FINAL.jar | 21 KB | 
| cyclops-dexx-9.0.0-FINAL-tests.jar | 59 KB | 
| cyclops-dexx-9.0.0-FINAL-sources.jar | 10 KB | 
| cyclops-dexx-9.0.0-FINAL-javadoc.jar | 52 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-dexx/ -->
<dependency>
    <groupId>com.aol.cyclops</groupId>
    <artifactId>cyclops-dexx</artifactId>
    <version>9.0.0-FINAL</version>
</dependency>// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-dexx/
implementation 'com.aol.cyclops:cyclops-dexx:9.0.0-FINAL'// https://jarcasting.com/artifacts/com.aol.cyclops/cyclops-dexx/
implementation ("com.aol.cyclops:cyclops-dexx:9.0.0-FINAL")'com.aol.cyclops:cyclops-dexx:jar:9.0.0-FINAL'<dependency org="com.aol.cyclops" name="cyclops-dexx" rev="9.0.0-FINAL">
  <artifact name="cyclops-dexx" type="jar" />
</dependency>@Grapes(
@Grab(group='com.aol.cyclops', module='cyclops-dexx', version='9.0.0-FINAL')
)libraryDependencies += "com.aol.cyclops" % "cyclops-dexx" % "9.0.0-FINAL"[com.aol.cyclops/cyclops-dexx "9.0.0-FINAL"]