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