| Categories |
CategoriesAtomix Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdio.atomix.copycat |
| ArtifactId | ArtifactIdcopycat-server |
| Version | Version1.0.0-beta6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| copycat-server-1.0.0-beta6.pom | |
| copycat-server-1.0.0-beta6.jar | 285 KB |
| copycat-server-1.0.0-beta6-tests.jar | 84 KB |
| copycat-server-1.0.0-beta6-sources.jar | 225 KB |
| copycat-server-1.0.0-beta6-javadoc.jar | 637 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.atomix.copycat/copycat-server/ -->
<dependency>
<groupId>io.atomix.copycat</groupId>
<artifactId>copycat-server</artifactId>
<version>1.0.0-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-server/
implementation 'io.atomix.copycat:copycat-server:1.0.0-beta6'
// https://jarcasting.com/artifacts/io.atomix.copycat/copycat-server/
implementation ("io.atomix.copycat:copycat-server:1.0.0-beta6")
'io.atomix.copycat:copycat-server:jar:1.0.0-beta6'
<dependency org="io.atomix.copycat" name="copycat-server" rev="1.0.0-beta6">
<artifact name="copycat-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atomix.copycat', module='copycat-server', version='1.0.0-beta6')
)
libraryDependencies += "io.atomix.copycat" % "copycat-server" % "1.0.0-beta6"
[io.atomix.copycat/copycat-server "1.0.0-beta6"]