Download simple-failover-0.1.1.jar file - Jar s

Jar examples for s:simple-failover

Description

A simple failover library for Java

You can download jar file simple-failover 0.1.1 in this page.

License

The Artistic License 2.0

Build File

You can use the following script to add simple-failover-0.1.1.jar to your project.

<dependency>
   <groupId>com.github.phantomthief</groupId>
   <artifactId>simple-failover</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.github.phantomthief', name: 'simple-failover', version: '0.1.1'
libraryDependencies += "com.github.phantomthief" % "simple-failover" % "0.1.1"
<dependency org="com.github.phantomthief" name="simple-failover" rev="0.1.1"/>
@Grapes(@Grab(group='com.github.phantomthief', module='simple-failover', version='0.1.1'))
'com.github.phantomthief:simple-failover:jar:0.1.1'

Download

Click the following link to download the jar file.

simple-failover-0.1.1-javadoc.jar
simple-failover-0.1.1-sources.jar
simple-failover-0.1.1.jar
simple-failover-0.1.1.pom



Related Tutorials