GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdleader-election |
Version | Version2.2020.04.20_12.50-3df555e63fdb |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/leader-election/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>leader-election</artifactId>
<version>2.2020.04.20_12.50-3df555e63fdb</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/leader-election/
implementation 'no.nav.common:leader-election:2.2020.04.20_12.50-3df555e63fdb'
// https://jarcasting.com/artifacts/no.nav.common/leader-election/
implementation ("no.nav.common:leader-election:2.2020.04.20_12.50-3df555e63fdb")
'no.nav.common:leader-election:jar:2.2020.04.20_12.50-3df555e63fdb'
<dependency org="no.nav.common" name="leader-election" rev="2.2020.04.20_12.50-3df555e63fdb">
<artifact name="leader-election" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='leader-election', version='2.2020.04.20_12.50-3df555e63fdb')
)
libraryDependencies += "no.nav.common" % "leader-election" % "2.2020.04.20_12.50-3df555e63fdb"
[no.nav.common/leader-election "2.2020.04.20_12.50-3df555e63fdb"]