is not current version
Last Version 1.2.8

io.atomix.copycat:copycat-client 1.0.0-beta6


Categories

Categories

CLI User Interface Atomix Application Layer Libs Distributed Applications
GroupId

GroupId

io.atomix.copycat
ArtifactId

ArtifactId

copycat-client
Version

Version

1.0.0-beta6
Type

Type

jar

Download copycat-client 1.0.0-beta6


<!-- https://jarcasting.com/artifacts/io.atomix.copycat/copycat-client/ -->
<dependency>
    <groupId>io.atomix.copycat</groupId>
    <artifactId>copycat-client</artifactId>
    <version>1.0.0-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-client/
implementation 'io.atomix.copycat:copycat-client:1.0.0-beta6'
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-client/
implementation ("io.atomix.copycat:copycat-client:1.0.0-beta6")
'io.atomix.copycat:copycat-client:jar:1.0.0-beta6'
<dependency org="io.atomix.copycat" name="copycat-client" rev="1.0.0-beta6">
  <artifact name="copycat-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atomix.copycat', module='copycat-client', version='1.0.0-beta6')
)
libraryDependencies += "io.atomix.copycat" % "copycat-client" % "1.0.0-beta6"
[io.atomix.copycat/copycat-client "1.0.0-beta6"]