License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Cyclops General Purpose Libraries Functional Programming Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.oath.cyclops |
ArtifactId | ArtifactIdcyclops-reactor-integration |
Last Version | Last Version10.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclops-reactor-integration
Platform for Functional Reactive Programming with Java 8
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-reactor-integration/ -->
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-reactor-integration</artifactId>
<version>10.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-reactor-integration/
implementation 'com.oath.cyclops:cyclops-reactor-integration:10.4.1'
// https://jarcasting.com/artifacts/com.oath.cyclops/cyclops-reactor-integration/
implementation ("com.oath.cyclops:cyclops-reactor-integration:10.4.1")
'com.oath.cyclops:cyclops-reactor-integration:jar:10.4.1'
<dependency org="com.oath.cyclops" name="cyclops-reactor-integration" rev="10.4.1">
<artifact name="cyclops-reactor-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oath.cyclops', module='cyclops-reactor-integration', version='10.4.1')
)
libraryDependencies += "com.oath.cyclops" % "cyclops-reactor-integration" % "10.4.1"
[com.oath.cyclops/cyclops-reactor-integration "10.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.oath.cyclops : cyclops | jar | 10.4.1 |
com.oath.cyclops : cyclops-pure | jar | 10.4.1 |
com.oath.cyclops : cyclops-anym | jar | 10.4.1 |
com.oath.cyclops : cyclops-futurestream | jar | 10.4.1 |
com.oath.cyclops : cyclops-reactive-collections | jar | 10.4.1 |
io.projectreactor : reactor-core | jar | 3.3.1.RELEASE |