| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.netflix.runtime |
| ArtifactId | ArtifactIdhealth-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| health-core-1.0.1.pom | |
| health-core-1.0.1.jar | 12 KB |
| health-core-1.0.1-sources.jar | 6 KB |
| health-core-1.0.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.runtime/health-core/ -->
<dependency>
<groupId>com.netflix.runtime</groupId>
<artifactId>health-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.runtime/health-core/
implementation 'com.netflix.runtime:health-core:1.0.1'
// https://jarcasting.com/artifacts/com.netflix.runtime/health-core/
implementation ("com.netflix.runtime:health-core:1.0.1")
'com.netflix.runtime:health-core:jar:1.0.1'
<dependency org="com.netflix.runtime" name="health-core" rev="1.0.1">
<artifact name="health-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.runtime', module='health-core', version='1.0.1')
)
libraryDependencies += "com.netflix.runtime" % "health-core" % "1.0.1"
[com.netflix.runtime/health-core "1.0.1"]