is not current version
Last Version 0.1.32

com.github.phantomthief:simple-failover 0.1.17

A simple failover library for Java

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

simple-failover
Version

Version

0.1.17
Type

Type

jar

Download simple-failover 0.1.17


<!-- https://jarcasting.com/artifacts/com.github.phantomthief/simple-failover/ -->
<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>simple-failover</artifactId>
    <version>0.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-failover/
implementation 'com.github.phantomthief:simple-failover:0.1.17'
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-failover/
implementation ("com.github.phantomthief:simple-failover:0.1.17")
'com.github.phantomthief:simple-failover:jar:0.1.17'
<dependency org="com.github.phantomthief" name="simple-failover" rev="0.1.17">
  <artifact name="simple-failover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='simple-failover', version='0.1.17')
)
libraryDependencies += "com.github.phantomthief" % "simple-failover" % "0.1.17"
[com.github.phantomthief/simple-failover "0.1.17"]