GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdhealth |
Version | Version2.2020.07.09_10.15-aebba11c4ae6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/health/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>health</artifactId>
<version>2.2020.07.09_10.15-aebba11c4ae6</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/health/
implementation 'no.nav.common:health:2.2020.07.09_10.15-aebba11c4ae6'
// https://jarcasting.com/artifacts/no.nav.common/health/
implementation ("no.nav.common:health:2.2020.07.09_10.15-aebba11c4ae6")
'no.nav.common:health:jar:2.2020.07.09_10.15-aebba11c4ae6'
<dependency org="no.nav.common" name="health" rev="2.2020.07.09_10.15-aebba11c4ae6">
<artifact name="health" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='health', version='2.2020.07.09_10.15-aebba11c4ae6')
)
libraryDependencies += "no.nav.common" % "health" % "2.2020.07.09_10.15-aebba11c4ae6"
[no.nav.common/health "2.2020.07.09_10.15-aebba11c4ae6"]