is not current version
Last Version 3.6.3.1

io.streamnative:zookeeper-recipes-election 3.6.3.1-rc-1

This election interface recipe implements the leader election recipe

Categories

Categories

Native Development Tools
GroupId

GroupId

io.streamnative
ArtifactId

ArtifactId

zookeeper-recipes-election
Version

Version

3.6.3.1-rc-1
Type

Type

jar

Download zookeeper-recipes-election 3.6.3.1-rc-1


<!-- https://jarcasting.com/artifacts/io.streamnative/zookeeper-recipes-election/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>zookeeper-recipes-election</artifactId>
    <version>3.6.3.1-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/zookeeper-recipes-election/
implementation 'io.streamnative:zookeeper-recipes-election:3.6.3.1-rc-1'
// https://jarcasting.com/artifacts/io.streamnative/zookeeper-recipes-election/
implementation ("io.streamnative:zookeeper-recipes-election:3.6.3.1-rc-1")
'io.streamnative:zookeeper-recipes-election:jar:3.6.3.1-rc-1'
<dependency org="io.streamnative" name="zookeeper-recipes-election" rev="3.6.3.1-rc-1">
  <artifact name="zookeeper-recipes-election" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='zookeeper-recipes-election', version='3.6.3.1-rc-1')
)
libraryDependencies += "io.streamnative" % "zookeeper-recipes-election" % "3.6.3.1-rc-1"
[io.streamnative/zookeeper-recipes-election "3.6.3.1-rc-1"]