MVN

com.aol.cyclops : cyclops-reactor

Maven & Gradle

Aug 09, 2017
6 usages
1.2k stars

cyclops-reactor · Converters and Comprehenders for Reactor

<dependency>
    <groupId>com.aol.cyclops</groupId>
    <artifactId>cyclops-reactor</artifactId>
    <version>9.0.0-FINAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aol.cyclops : cyclops-reactor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.0-FINAL

All Versions

Choose a version of com.aol.cyclops : cyclops-reactor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
cyclops-reactor-9.0.0-FINAL
cyclops-reactor-9.0.0-MI7
cyclops-reactor-9.0.0-MI6
cyclops-reactor-9.0.0-MI4
cyclops-reactor-9.0.0-MI3
cyclops-reactor-9.0.0-MI2
cyclops-reactor-9.0.0-MI1
8.4.x
cyclops-reactor-8.4.2
cyclops-reactor-8.4.1
cyclops-reactor-8.4.0
8.3.x
cyclops-reactor-8.3.0
8.2.x
cyclops-reactor-8.2.1
cyclops-reactor-8.2.0
8.1.x
cyclops-reactor-8.1.0
8.0.x
cyclops-reactor-8.0.1
cyclops-reactor-8.0.0

How to add a dependency to Maven

Add the following com.aol.cyclops : cyclops-reactor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aol.cyclops</groupId>
    <artifactId>cyclops-reactor</artifactId>
    <version>9.0.0-FINAL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aol.cyclops : cyclops-reactor gradle dependency to your build.gradle file:

implementation 'com.aol.cyclops:cyclops-reactor:9.0.0-FINAL'

Gradle Kotlin DSL: Add the following com.aol.cyclops : cyclops-reactor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aol.cyclops:cyclops-reactor:9.0.0-FINAL")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aol.cyclops : cyclops-reactor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aol.cyclops" % "cyclops-reactor" % "9.0.0-FINAL"

Advertisement