<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>4.7.0-beta0</version>
</dependency>
@Grapes(
@Grab(group='org.mongodb', module='mongodb-driver-core', version='4.7.0-beta0')
)
compile
|-- org.mongodb:bson:4.7.0-beta0
|-- io.netty:netty-buffer:4.1.75.Final
|-- io.netty:netty-transport:4.1.75.Final
|-- io.netty:netty-handler:4.1.75.Final
runtime
|-- org.mongodb:bson-record-codec:4.7.0-beta0
|-- com.github.jnr:jnr-unixsocket:0.38.13
|-- org.xerial.snappy:snappy-java:1.1.8.4