is not current version
Last Version 4.7.0-beta0

org.mongodb:mongodb-driver-reactivestreams 1.9.2

The MongoDB Reactive Streams Driver

Categories

Categories

MongoDB Data Databases React User Interface Web Frameworks
GroupId

GroupId

org.mongodb
ArtifactId

ArtifactId

mongodb-driver-reactivestreams
Version

Version

1.9.2
Type

Type

jar

Download mongodb-driver-reactivestreams 1.9.2


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