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