MVN

io.smallrye : smallrye-health-api

Maven & Gradle

Aug 08, 2023
2 usages
45 stars

SmallRye Health: API · The feature API for the testing of features to be included in the specification.

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-health-api</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.4
  • Latest Release Candidate: 4.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
4.0.x
smallrye-health-api-4.0.4
smallrye-health-api-4.0.3
smallrye-health-api-4.0.2
smallrye-health-api-4.0.1
smallrye-health-api-4.0.0
smallrye-health-api-4.0.0-RC2
smallrye-health-api-4.0.0-RC1
3.3.x
smallrye-health-api-3.3.1
smallrye-health-api-3.3.0
3.2.x
smallrye-health-api-3.2.1
smallrye-health-api-3.2.0
3.1.x
smallrye-health-api-3.1.2
smallrye-health-api-3.1.1
smallrye-health-api-3.1.0
smallrye-health-api-3.1.0-RC3
smallrye-health-api-3.1.0-RC2
smallrye-health-api-3.1.0-RC1
3.0.x
smallrye-health-api-3.0.2
smallrye-health-api-3.0.1
smallrye-health-api-3.0.0
smallrye-health-api-3.0.0-RC2
smallrye-health-api-3.0.0-RC1
2.2.x
smallrye-health-api-2.2.6
smallrye-health-api-2.2.5
smallrye-health-api-2.2.4
smallrye-health-api-2.2.3
smallrye-health-api-2.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-health-api</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.smallrye:smallrye-health-api:4.0.4'

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

implementation("io.smallrye:smallrye-health-api:4.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.smallrye" % "smallrye-health-api" % "4.0.4"

Advertisement