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