MVN

io.projectreactor : reactor-scala-extensions

Maven & Gradle

Jun 19, 2017
52 stars

Scala wrapper for reactor-core · A scala adapter for Reactor Flux and Mono so that the code can be fluently used in Scala

<dependency>
    <groupId>io.projectreactor</groupId>
    <artifactId>reactor-scala-extensions</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.projectreactor : reactor-scala-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of io.projectreactor : reactor-scala-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
reactor-scala-extensions-0.2.4
reactor-scala-extensions-0.2.3

How to add a dependency to Maven

Add the following io.projectreactor : reactor-scala-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.projectreactor</groupId>
    <artifactId>reactor-scala-extensions</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.projectreactor : reactor-scala-extensions gradle dependency to your build.gradle file:

implementation 'io.projectreactor:reactor-scala-extensions:0.2.4'

Gradle Kotlin DSL: Add the following io.projectreactor : reactor-scala-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("io.projectreactor:reactor-scala-extensions:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.projectreactor : reactor-scala-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "io.projectreactor" % "reactor-scala-extensions" % "0.2.4"

Advertisement

Dependencies from Group

Aug 15, 2023
1.1k usages
4.7k stars
Aug 15, 2023
624 usages
4.7k stars
Aug 15, 2023
308 usages
3.5k stars
Aug 15, 2023
35 usages
4.7k stars
Apr 28, 2016
23 usages
3.5k stars

Discover Dependencies