<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health-deployment</artifactId>
<version>3.15.0.CR1</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-smallrye-health-deployment', version='3.15.0.CR1')
)
<dependency org="io.quarkus" name="quarkus-smallrye-health-deployment" rev="3.15.0.CR1" />
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-health-parent</artifactId> <version>3.15.0.CR1</version> </parent>
compile
|-- io.quarkus:quarkus-core-deployment
|-- io.quarkus:quarkus-arc-deployment
|-- io.quarkus:quarkus-vertx-http-deployment
|-- io.quarkus:quarkus-jsonp-deployment
|-- io.quarkus:quarkus-smallrye-health-spi
|-- io.quarkus:quarkus-smallrye-openapi-spi
|-- io.quarkus:quarkus-smallrye-health
|-- io.smallrye:smallrye-health-ui
test
|-- io.quarkus:quarkus-junit5-internal
|-- io.rest-assured:rest-assured