Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.phantomthief |
ArtifactId | ArtifactIdsimple-failover |
Version | Version0.1.27 |
Type | Typejar |
Filename | Size |
---|---|
simple-failover-0.1.27.pom | |
simple-failover-0.1.27.jar | 111 KB |
simple-failover-0.1.27-sources.jar | 55 KB |
simple-failover-0.1.27-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/simple-failover/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>simple-failover</artifactId>
<version>0.1.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-failover/
implementation 'com.github.phantomthief:simple-failover:0.1.27'
// https://jarcasting.com/artifacts/com.github.phantomthief/simple-failover/
implementation ("com.github.phantomthief:simple-failover:0.1.27")
'com.github.phantomthief:simple-failover:jar:0.1.27'
<dependency org="com.github.phantomthief" name="simple-failover" rev="0.1.27">
<artifact name="simple-failover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='simple-failover', version='0.1.27')
)
libraryDependencies += "com.github.phantomthief" % "simple-failover" % "0.1.27"
[com.github.phantomthief/simple-failover "0.1.27"]