is not current version
Last Version 0.1.0

com.github.houbb:sisyphus 0.0.7

The retry framework based on spring-retry and guava-retrying.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sisyphus
Version

Version

0.0.7
Type

Type

pom

Download sisyphus 0.0.7

Filename Size
sisyphus-0.0.7.pom 12 KB
Browse

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