is not current version
Last Version 0.10.0

com.github.crabs-hue.commons:commons-retryable 0.8.0

Library for retryable operations

GroupId

GroupId

com.github.crabs-hue.commons
ArtifactId

ArtifactId

commons-retryable
Version

Version

0.8.0
Type

Type

jar

Download commons-retryable 0.8.0


<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-retryable/ -->
<dependency>
    <groupId>com.github.crabs-hue.commons</groupId>
    <artifactId>commons-retryable</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-retryable/
implementation 'com.github.crabs-hue.commons:commons-retryable:0.8.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-retryable/
implementation ("com.github.crabs-hue.commons:commons-retryable:0.8.0")
'com.github.crabs-hue.commons:commons-retryable:jar:0.8.0'
<dependency org="com.github.crabs-hue.commons" name="commons-retryable" rev="0.8.0">
  <artifact name="commons-retryable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-retryable', version='0.8.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-retryable" % "0.8.0"
[com.github.crabs-hue.commons/commons-retryable "0.8.0"]