License |
License |
---|---|
Categories |
CategoriesAtomix Application Layer Libs Distributed Applications |
GroupId | GroupIdio.atomix |
ArtifactId | ArtifactIdatomix-resource-manager |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtomix Resource Manager
Distributed coordination framework based on the Raft consensus algorithm.
|
<!-- https://jarcasting.com/artifacts/io.atomix/atomix-resource-manager/ -->
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix-resource-manager</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.atomix/atomix-resource-manager/
implementation 'io.atomix:atomix-resource-manager:1.0.8'
// https://jarcasting.com/artifacts/io.atomix/atomix-resource-manager/
implementation ("io.atomix:atomix-resource-manager:1.0.8")
'io.atomix:atomix-resource-manager:jar:1.0.8'
<dependency org="io.atomix" name="atomix-resource-manager" rev="1.0.8">
<artifact name="atomix-resource-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atomix', module='atomix-resource-manager', version='1.0.8')
)
libraryDependencies += "io.atomix" % "atomix-resource-manager" % "1.0.8"
[io.atomix/atomix-resource-manager "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.atomix : atomix-resource | jar | 1.0.8 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
io.atomix.catalyst : catalyst-netty | jar | 1.2.1 |
org.testng : testng | jar | 6.8.8 |
net.jodah : concurrentunit | jar | 0.4.2 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.1.2 |