Download copycat-client-1.1.4.jar file - Jar c

Jar examples for c:copycat-client

Description

You can download jar file copycat-client 1.1.4 in this page.

License

Apache License

Build File

You can use the following script to add copycat-client-1.1.4.jar to your project.

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

Download

Click the following link to download the jar file.

copycat-client-1.1.4-javadoc.jar
copycat-client-1.1.4-sources.jar
copycat-client-1.1.4.jar
copycat-client-1.1.4.pom



Related Tutorials