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