не последняя версия
Последняя версия 1.0.1

com.github.michaelruocco:retriable 1.0.0

Library containing useful classes when performing operations that require a retry

Группа

Группа

com.github.michaelruocco
Идентификатор

Идентификатор

retriable
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать retriable 1.0.0


<!-- 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"]