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