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