is not current version
Last Version 1.7.1

com.github.cedrickring:reactor-mongodb 1.7

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

Categories

Categories

MongoDB Data Databases React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

com.github.cedrickring
ArtifactId

ArtifactId

reactor-mongodb
Version

Version

1.7
Type

Type

jar

Download reactor-mongodb 1.7


<!-- https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/ -->
<dependency>
    <groupId>com.github.cedrickring</groupId>
    <artifactId>reactor-mongodb</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/
implementation 'com.github.cedrickring:reactor-mongodb:1.7'
// https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/
implementation ("com.github.cedrickring:reactor-mongodb:1.7")
'com.github.cedrickring:reactor-mongodb:jar:1.7'
<dependency org="com.github.cedrickring" name="reactor-mongodb" rev="1.7">
  <artifact name="reactor-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cedrickring', module='reactor-mongodb', version='1.7')
)
libraryDependencies += "com.github.cedrickring" % "reactor-mongodb" % "1.7"
[com.github.cedrickring/reactor-mongodb "1.7"]