MVN

io.smallrye.reactive : smallrye-reactive-messaging-health

Maven & Gradle

Jul 28, 2023
5 usages
196 stars

SmallRye Reactive Messaging : Health

<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-reactive-messaging-health</artifactId>
    <version>4.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye.reactive : smallrye-reactive-messaging-health to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.0
  • Latest Release Candidate: 4.2.0.RC1

All Versions

Choose a version of io.smallrye.reactive : smallrye-reactive-messaging-health to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
smallrye-reactive-messaging-health-4.9.0
4.8.x
smallrye-reactive-messaging-health-4.8.0
4.7.x
smallrye-reactive-messaging-health-4.7.0
4.6.x
smallrye-reactive-messaging-health-4.6.0
4.5.x
smallrye-reactive-messaging-health-4.5.0
4.4.x
smallrye-reactive-messaging-health-4.4.0
4.3.x
smallrye-reactive-messaging-health-4.3.0
4.2.x
smallrye-reactive-messaging-health-4.2.0.RC1
smallrye-reactive-messaging-health-4.2.0
4.1.x
smallrye-reactive-messaging-health-4.1.1.RC1
smallrye-reactive-messaging-health-4.1.1
smallrye-reactive-messaging-health-4.1.0.RC1
smallrye-reactive-messaging-health-4.1.0
4.0.x
smallrye-reactive-messaging-health-4.0.0
smallrye-reactive-messaging-health-4.0.0.RC5
smallrye-reactive-messaging-health-4.0.0.RC4
smallrye-reactive-messaging-health-4.0.0.RC3
smallrye-reactive-messaging-health-4.0.0.RC2
smallrye-reactive-messaging-health-4.0.0.RC1
3.25.x
smallrye-reactive-messaging-health-3.25.0
3.24.x
smallrye-reactive-messaging-health-3.24.0
3.23.x
smallrye-reactive-messaging-health-3.23.0.RC1
smallrye-reactive-messaging-health-3.23.0
3.22.x
smallrye-reactive-messaging-health-3.22.1.RC1
smallrye-reactive-messaging-health-3.22.1
smallrye-reactive-messaging-health-3.22.0.RC1
smallrye-reactive-messaging-health-3.22.0
3.21.x
smallrye-reactive-messaging-health-3.21.0
smallrye-reactive-messaging-health-3.21.0.RC1
3.20.x
smallrye-reactive-messaging-health-3.20.0
3.19.x
smallrye-reactive-messaging-health-3.19.1
smallrye-reactive-messaging-health-3.19.0
3.18.x
smallrye-reactive-messaging-health-3.18.0
3.17.x
smallrye-reactive-messaging-health-3.17.0
3.16.x
smallrye-reactive-messaging-health-3.16.0
3.15.x
smallrye-reactive-messaging-health-3.15.0
3.14.x
smallrye-reactive-messaging-health-3.14.1
smallrye-reactive-messaging-health-3.14.0
3.13.x
smallrye-reactive-messaging-health-3.13.0
smallrye-reactive-messaging-health-3.13.0.RC1
3.12.x
smallrye-reactive-messaging-health-3.12.1
smallrye-reactive-messaging-health-3.12.0
3.11.x
smallrye-reactive-messaging-health-3.11.0
smallrye-reactive-messaging-health-3.11.0.RC1
3.10.x
smallrye-reactive-messaging-health-3.10.1
smallrye-reactive-messaging-health-3.10.0
3.9.x
smallrye-reactive-messaging-health-3.9.1
smallrye-reactive-messaging-health-3.9.0
smallrye-reactive-messaging-health-3.9.0-RC1
3.8.x
smallrye-reactive-messaging-health-3.8.0
3.7.x
smallrye-reactive-messaging-health-3.7.1
smallrye-reactive-messaging-health-3.7.0
3.6.x
smallrye-reactive-messaging-health-3.6.0
3.5.x
smallrye-reactive-messaging-health-3.5.0
3.4.x
smallrye-reactive-messaging-health-3.4.0
3.3.x
smallrye-reactive-messaging-health-3.3.2
smallrye-reactive-messaging-health-3.3.1
smallrye-reactive-messaging-health-3.3.0
3.2.x
smallrye-reactive-messaging-health-3.2.0
3.1.x
smallrye-reactive-messaging-health-3.1.0
3.0.x
smallrye-reactive-messaging-health-3.0.0
smallrye-reactive-messaging-health-3.0.0.RC2
smallrye-reactive-messaging-health-3.0.0.RC1
2.9.x
smallrye-reactive-messaging-health-2.9.0
2.8.x
smallrye-reactive-messaging-health-2.8.0
2.7.x
smallrye-reactive-messaging-health-2.7.1
smallrye-reactive-messaging-health-2.7.0
2.6.x
smallrye-reactive-messaging-health-2.6.1
smallrye-reactive-messaging-health-2.6.0
2.5.x
smallrye-reactive-messaging-health-2.5.0
2.4.x
smallrye-reactive-messaging-health-2.4.0
2.3.x
smallrye-reactive-messaging-health-2.3.0
2.2.x
smallrye-reactive-messaging-health-2.2.1
smallrye-reactive-messaging-health-2.2.0

How to add a dependency to Maven

Add the following io.smallrye.reactive : smallrye-reactive-messaging-health maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-reactive-messaging-health</artifactId>
    <version>4.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye.reactive : smallrye-reactive-messaging-health gradle dependency to your build.gradle file:

implementation 'io.smallrye.reactive:smallrye-reactive-messaging-health:4.9.0'

Gradle Kotlin DSL: Add the following io.smallrye.reactive : smallrye-reactive-messaging-health gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye.reactive:smallrye-reactive-messaging-health:4.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye.reactive : smallrye-reactive-messaging-health sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-health" % "4.9.0"

Advertisement

Dependencies from Group

Jun 26, 2023
84 usages
677 stars
Jun 22, 2023
22 usages
73 stars

Discover Dependencies

Aug 17, 2023
1 usages
180 stars
Jun 26, 2023
2 usages
27 stars
Aug 20, 2023
3 usages
118 stars
Sep 28, 2020
1 usages
0 stars
Aug 25, 2023
1 usages
1.3k stars
Oct 23, 2022
2 usages
0 stars
Aug 02, 2023
1 usages
823 stars
Jul 13, 2023
5 usages
5.2k stars
Aug 14, 2021
1 usages
0 stars
Aug 24, 2023
2 usages
2 stars