| GroupId | GroupIdcom.github.michaelruocco |
|---|---|
| ArtifactId | ArtifactIdretriable |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| retriable-1.0.0.pom | |
| retriable-1.0.0.jar | 3 KB |
| retriable-1.0.0-sources.jar | 1 KB |
| retriable-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/retriable/
implementation 'com.github.michaelruocco:retriable:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/retriable/
implementation ("com.github.michaelruocco:retriable:1.0.0")
'com.github.michaelruocco:retriable:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="retriable" rev="1.0.0">
<artifact name="retriable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='retriable', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "retriable" % "1.0.0"
[com.github.michaelruocco/retriable "1.0.0"]