is not current version
Last Version 0.3.0

com.github.zk1931:jzab 0.1.3

An implementation of ZooKeeper Atomic Broadcast.

GroupId

GroupId

com.github.zk1931
ArtifactId

ArtifactId

jzab
Version

Version

0.1.3
Type

Type

jar

Download jzab 0.1.3


<!-- https://jarcasting.com/artifacts/com.github.zk1931/jzab/ -->
<dependency>
    <groupId>com.github.zk1931</groupId>
    <artifactId>jzab</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zk1931/jzab/
implementation 'com.github.zk1931:jzab:0.1.3'
// https://jarcasting.com/artifacts/com.github.zk1931/jzab/
implementation ("com.github.zk1931:jzab:0.1.3")
'com.github.zk1931:jzab:jar:0.1.3'
<dependency org="com.github.zk1931" name="jzab" rev="0.1.3">
  <artifact name="jzab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zk1931', module='jzab', version='0.1.3')
)
libraryDependencies += "com.github.zk1931" % "jzab" % "0.1.3"
[com.github.zk1931/jzab "0.1.3"]