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