is not current version
Last Version 10.4.1

com.oath.cyclops:cyclops-futurestream 10.0.0-M7

Asynchronous parallel streaming via futures

Categories

Categories

Cyclops General Purpose Libraries Functional Programming
GroupId

GroupId

com.oath.cyclops
ArtifactId

ArtifactId

cyclops-futurestream
Version

Version

10.0.0-M7
Type

Type

jar

Download cyclops-futurestream 10.0.0-M7


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