<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-health</artifactId>
<version>4.8.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-health" % "4.8.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-health', version='4.8.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-health" rev="4.8.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>4.8.0</version> </parent>
compile
|-- org.eclipse.microprofile.health:microprofile-health-api
|-- io.smallrye.reactive:smallrye-reactive-messaging-api
|-- io.smallrye.reactive:smallrye-reactive-messaging-provider
test