Download copycat-protocol-1.2.6.jar file - Jar c

Jar examples for c:copycat-protocol

Description

You can download jar file copycat-protocol 1.2.6 in this page.

License

Apache License

Build File

You can use the following script to add copycat-protocol-1.2.6.jar to your project.

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

Download

Click the following link to download the jar file.

copycat-protocol-1.2.6-javadoc.jar
copycat-protocol-1.2.6-sources.jar
copycat-protocol-1.2.6.jar
copycat-protocol-1.2.6.pom



Related Tutorials