<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.1.4</version>
</dependency>
@Grapes(
@Grab(group='org.mongodb', module='mongodb-driver-reactivestreams', version='5.1.4')
)
compile
|-- org.mongodb:mongodb-driver-core:5.1.4
|-- org.reactivestreams:reactive-streams:1.0.4
runtime