Files download
File Operation
health-integrations-1.1.4.jar download
health-integrations-1.1.4.pom download
health-integrations-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.runtime</groupId>
  <artifactId>health-integrations</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.runtime:health-integrations:1.1.4'
Gradle Kotlin
implementation("com.netflix.runtime:health-integrations:1.1.4")
Scala SBT
libraryDependencies += "com.netflix.runtime" % "health-integrations" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.runtime', module='health-integrations', version='1.1.4')
)
Apache Ivy
<dependency org="com.netflix.runtime" name="health-integrations" rev="1.1.4" />
Leiningen
[com.netflix.runtime/health-integrations "1.1.4"]
Apache Buildr
'com.netflix.runtime:health-integrations:jar:1.1.4'