| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdsisyphus |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionsisyphus
The retry framework based on spring-retry and guava-retrying.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sisyphus-0.1.0.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sisyphus/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sisyphus</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sisyphus/
implementation 'com.github.houbb:sisyphus:0.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/sisyphus/
implementation ("com.github.houbb:sisyphus:0.1.0")
'com.github.houbb:sisyphus:pom:0.1.0'
<dependency org="com.github.houbb" name="sisyphus" rev="0.1.0">
<artifact name="sisyphus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sisyphus', version='0.1.0')
)
libraryDependencies += "com.github.houbb" % "sisyphus" % "0.1.0"
[com.github.houbb/sisyphus "0.1.0"]