is not current version
Last Version 0.1.0

sisyphus 0.0.9

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

License

License

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sisyphus
Version

Version

0.0.9
Type

Type

pom
Description

Description

sisyphus
The retry framework based on spring-retry and guava-retrying.
Source Code Management

Source Code Management

https://github.com/houbb/sisyphus

Download sisyphus 0.0.9

Filename Size
sisyphus-0.0.9.pom 12 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sisyphus-api
  • sisyphus-core
  • sisyphus-test
  • sisyphus-annotation
  • sisyphus-spring
  • sisyphus-springboot-starter