MVN

com.github.cedrickring : reactor-mongodb

Maven & Gradle

Jul 10, 2018

A wrapper above the mongodb-async api with Reactor (http://projectreactor.io/)

<dependency>
    <groupId>com.github.cedrickring</groupId>
    <artifactId>reactor-mongodb</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cedrickring : reactor-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of com.github.cedrickring : reactor-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
reactor-mongodb-1.7.1
1.7
reactor-mongodb-1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cedrickring</groupId>
    <artifactId>reactor-mongodb</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cedrickring : reactor-mongodb gradle dependency to your build.gradle file:

implementation 'com.github.cedrickring:reactor-mongodb:1.7.1'

Gradle Kotlin DSL: Add the following com.github.cedrickring : reactor-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cedrickring:reactor-mongodb:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cedrickring : reactor-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cedrickring" % "reactor-mongodb" % "1.7.1"