| License |
License |
|---|---|
| GroupId | GroupIdio.github.gdiegel |
| ArtifactId | ArtifactIdretryJ |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.gdiegel:retryJ
Micro retry library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| retryJ-1.0.0.pom | |
| retryJ-1.0.0.jar | 10 KB |
| retryJ-1.0.0-sources.jar | 10 KB |
| retryJ-1.0.0-javadoc.jar | 153 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.gdiegel/retryJ/ -->
<dependency>
<groupId>io.github.gdiegel</groupId>
<artifactId>retryJ</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gdiegel/retryJ/
implementation 'io.github.gdiegel:retryJ:1.0.0'
// https://jarcasting.com/artifacts/io.github.gdiegel/retryJ/
implementation ("io.github.gdiegel:retryJ:1.0.0")
'io.github.gdiegel:retryJ:jar:1.0.0'
<dependency org="io.github.gdiegel" name="retryJ" rev="1.0.0">
<artifact name="retryJ" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gdiegel', module='retryJ', version='1.0.0')
)
libraryDependencies += "io.github.gdiegel" % "retryJ" % "1.0.0"
[io.github.gdiegel/retryJ "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |