Files download
File Operation
atomix-resource-1.0.8.jar download
atomix-resource-1.0.8.pom download
atomix-resource-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.atomix</groupId>
  <artifactId>atomix-resource</artifactId>
  <version>1.0.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.atomix:atomix-resource:1.0.8'
Gradle Kotlin
implementation("io.atomix:atomix-resource:1.0.8")
Scala SBT
libraryDependencies += "io.atomix" % "atomix-resource" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.atomix', module='atomix-resource', version='1.0.8')
)
Apache Ivy
<dependency org="io.atomix" name="atomix-resource" rev="1.0.8" />
Leiningen
[io.atomix/atomix-resource "1.0.8"]
Apache Buildr
'io.atomix:atomix-resource:jar:1.0.8'