Download copycat-server-1.2.3.jar file - Jar c

Jar examples for c:copycat-server

Description

You can download jar file copycat-server 1.2.3 in this page.

License

Apache License

Build File

You can use the following script to add copycat-server-1.2.3.jar to your project.

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

Download

Click the following link to download the jar file.

copycat-server-1.2.3-javadoc.jar
copycat-server-1.2.3-sources.jar
copycat-server-1.2.3-tests.jar
copycat-server-1.2.3.jar
copycat-server-1.2.3.pom



Related Tutorials