<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mongodb-client</artifactId>
<version>3.17.2</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-mongodb-client', version='3.17.2')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-mongodb-client-parent</artifactId> <version>3.17.2</version> </parent>
compile
|-- io.smallrye.reactive:mutiny-zero-flow-adapters
|-- io.quarkus:quarkus-mutiny-reactive-streams-operators
|-- io.quarkus:quarkus-opentelemetry
|-- org.mongodb:mongodb-driver-sync
|-- org.mongodb:mongodb-driver-reactivestreams
|-- io.quarkus:quarkus-kubernetes-service-binding
|-- io.quarkus:quarkus-smallrye-health
|-- io.quarkus:quarkus-smallrye-metrics
|-- io.micrometer:micrometer-core
provided
|-- org.graalvm.sdk:nativeimage
test
|-- io.quarkus:quarkus-arc-deployment
|-- io.quarkus:quarkus-junit5-internal
|-- de.flapdoodle.embed:de.flapdoodle.embed.mongo