Download atomix-1.0.8.jar file - Jar a

Jar examples for a:atomix

Description

You can download jar file atomix 1.0.8 in this page.

License

Apache License

Build File

You can use the following script to add atomix-1.0.8.jar to your project.

<dependency>
   <groupId>io.atomix</groupId>
   <artifactId>atomix</artifactId>
   <version>1.0.8</version>
</dependency>
compile group: 'io.atomix', name: 'atomix', version: '1.0.8'
libraryDependencies += "io.atomix" % "atomix" % "1.0.8"
<dependency org="io.atomix" name="atomix" rev="1.0.8"/>
@Grapes(@Grab(group='io.atomix', module='atomix', version='1.0.8'))
'io.atomix:atomix:jar:1.0.8'

Download

Click the following link to download the jar file.

atomix-1.0.8-javadoc.jar
atomix-1.0.8-sources.jar
atomix-1.0.8.jar
atomix-1.0.8.pom



Related Tutorials