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