GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdretry |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
retry-0.12.0.pom | |
retry-0.12.0.jar | 18 KB |
retry-0.12.0-sources.jar | 9 KB |
retry-0.12.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/retry/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>retry</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/retry/
implementation 'org.occurrent:retry:0.12.0'
// https://jarcasting.com/artifacts/org.occurrent/retry/
implementation ("org.occurrent:retry:0.12.0")
'org.occurrent:retry:jar:0.12.0'
<dependency org="org.occurrent" name="retry" rev="0.12.0">
<artifact name="retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='retry', version='0.12.0')
)
libraryDependencies += "org.occurrent" % "retry" % "0.12.0"
[org.occurrent/retry "0.12.0"]