is not current version
Last Version 10.4.1

com.oath.cyclops:cyclops-pure 10.1.1

Pure funcional programming for Java 8 and beyond

Categories

Categories

Cyclops General Purpose Libraries Functional Programming
GroupId

GroupId

com.oath.cyclops
ArtifactId

ArtifactId

cyclops-pure
Version

Version

10.1.1
Type

Type

jar

Download cyclops-pure 10.1.1


<!-- https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-pure/ -->
<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-pure</artifactId>
    <version>10.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-pure/
implementation 'com.oath.cyclops:cyclops-pure:10.1.1'
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-pure/
implementation ("com.oath.cyclops:cyclops-pure:10.1.1")
'com.oath.cyclops:cyclops-pure:jar:10.1.1'
<dependency org="com.oath.cyclops" name="cyclops-pure" rev="10.1.1">
  <artifact name="cyclops-pure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.cyclops', module='cyclops-pure', version='10.1.1')
)
libraryDependencies += "com.oath.cyclops" % "cyclops-pure" % "10.1.1"
[com.oath.cyclops/cyclops-pure "10.1.1"]