is not current version
Last Version 4.7.0-beta0

org.mongodb:mongodb-driver-reactivestreams 1.11.0

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.11.0
Type

Type

jar

Download mongodb-driver-reactivestreams 1.11.0


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