Last Version

Simple Failover 0.1.32

A simple failover library for Java

License

License

The Artistic License 2.0
Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.phantomthief
ArtifactId

ArtifactId

simple-failover
Version

Version

0.1.32
Type

Type

jar
Description

Description

Simple Failover
A simple failover library for Java
Project URL

Project URL

https://github.com/PhantomThief/simple-failover-java
Source Code Management

Source Code Management

https://github.com/PhantomThief/simple-failover-java.git

Download simple-failover 0.1.32


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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.14
com.google.guava : guava jar 28.1-jre
com.github.phantomthief : more-lambdas jar 0.1.12

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
ch.qos.logback : logback-classic jar 1.2.3
org.apache.commons : commons-math3 jar 3.6.1
org.openjdk.jmh : jmh-core jar 1.35
org.openjdk.jmh : jmh-generator-annprocess jar 1.35

Project Modules

There are no modules declared in this project.