License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdretriable |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRetriable
Library containing useful classes when performing operations that require a retry
|
Project URL |
Project URL |
Filename | Size |
---|---|
retriable-1.0.1.pom | |
retriable-1.0.1.jar | 3 KB |
retriable-1.0.1-sources.jar | 1 KB |
retriable-1.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/retriable/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>retriable</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/retriable/
implementation 'com.github.michaelruocco:retriable:1.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/retriable/
implementation ("com.github.michaelruocco:retriable:1.0.1")
'com.github.michaelruocco:retriable:jar:1.0.1'
<dependency org="com.github.michaelruocco" name="retriable" rev="1.0.1">
<artifact name="retriable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='retriable', version='1.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "retriable" % "1.0.1"
[com.github.michaelruocco/retriable "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |