is not current version
Last Version 0.0.3

io.github.ufukhalis:again 0.0.2

Simple Java Retry Library

GroupId

GroupId

io.github.ufukhalis
ArtifactId

ArtifactId

again
Version

Version

0.0.2
Type

Type

jar

Download again 0.0.2


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