Categories |
CategoriesReact User Interface Web Frameworks Messaging Application Layer Libs |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-reactive-messaging-health |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-health/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-health</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-health/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging-health:2.3.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-health/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging-health:2.3.0")
'io.smallrye.reactive:smallrye-reactive-messaging-health:jar:2.3.0'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-health" rev="2.3.0">
<artifact name="smallrye-reactive-messaging-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-health', version='2.3.0')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-health" % "2.3.0"
[io.smallrye.reactive/smallrye-reactive-messaging-health "2.3.0"]