| Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
|---|---|
| GroupId | GroupIdcom.oath.cyclops |
| ArtifactId | ArtifactIdcyclops |
| Version | Version10.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cyclops-10.0.4.pom | |
| cyclops-10.0.4.jar | 1 MB |
| cyclops-10.0.4-tests.jar | 1 MB |
| cyclops-10.0.4-sources.jar | 583 KB |
| cyclops-10.0.4-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/ -->
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops</artifactId>
<version>10.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/
implementation 'com.oath.cyclops:cyclops:10.0.4'
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops/
implementation ("com.oath.cyclops:cyclops:10.0.4")
'com.oath.cyclops:cyclops:jar:10.0.4'
<dependency org="com.oath.cyclops" name="cyclops" rev="10.0.4">
<artifact name="cyclops" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.cyclops', module='cyclops', version='10.0.4')
)
libraryDependencies += "com.oath.cyclops" % "cyclops" % "10.0.4"
[com.oath.cyclops/cyclops "10.0.4"]