Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.runtime |
ArtifactId | ArtifactIdhealth-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
health-core-1.0.3.pom | |
health-core-1.0.3.jar | 12 KB |
health-core-1.0.3-sources.jar | 6 KB |
health-core-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.runtime/health-core/
implementation 'com.netflix.runtime:health-core:1.0.3'
// https://jarcasting.com/artifacts/com.netflix.runtime/health-core/
implementation ("com.netflix.runtime:health-core:1.0.3")
'com.netflix.runtime:health-core:jar:1.0.3'
<dependency org="com.netflix.runtime" name="health-core" rev="1.0.3">
<artifact name="health-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.runtime', module='health-core', version='1.0.3')
)
libraryDependencies += "com.netflix.runtime" % "health-core" % "1.0.3"
[com.netflix.runtime/health-core "1.0.3"]