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