License |
License
The Artistic License 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.phantomthief |
ArtifactId | ArtifactIdsimple-failover |
Last Version | Last Version0.1.32 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Failover
A simple failover library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-failover-0.1.32.pom | |
simple-failover-0.1.32.jar | 71 KB |
simple-failover-0.1.32-sources.jar | 31 KB |
simple-failover-0.1.32-javadoc.jar | 166 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
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 |