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