m

mongodb-driver-reactivestreams

A Reactive Streams implementation of the MongoDB Java driver
http://www.mongodb.org
The Apache License, Version 2.0
Various
Files download
File Operation
mongodb-driver-reactivestreams-4.1.0.jar download
mongodb-driver-reactivestreams-4.1.0.pom download
mongodb-driver-reactivestreams-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mongodb</groupId>
  <artifactId>mongodb-driver-reactivestreams</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.mongodb:mongodb-driver-reactivestreams:4.1.0'
Gradle Kotlin
implementation("org.mongodb:mongodb-driver-reactivestreams:4.1.0")
Scala SBT
libraryDependencies += "org.mongodb" % "mongodb-driver-reactivestreams" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mongodb', module='mongodb-driver-reactivestreams', version='4.1.0')
)
Apache Ivy
<dependency org="org.mongodb" name="mongodb-driver-reactivestreams" rev="4.1.0" />
Leiningen
[org.mongodb/mongodb-driver-reactivestreams "4.1.0"]
Apache Buildr
'org.mongodb:mongodb-driver-reactivestreams:jar:4.1.0'