<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-health</artifactId>
<version>3.13.1</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-health" % "3.13.1"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-health', version='3.13.1')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-health" rev="3.13.1" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>3.13.1</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