is not current version
Last Version 1.1

org.jsoftware:retriable 1.0


GroupId

GroupId

org.jsoftware
ArtifactId

ArtifactId

retriable
Version

Version

1.0
Type

Type

jar

Download retriable 1.0


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