GroupId | GroupIdcom.github.marks-yag |
---|---|
ArtifactId | ArtifactIdretry |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
retry-0.5.7.pom | |
retry-0.5.7.jar | 20 KB |
retry-0.5.7-sources.jar | 11 KB |
retry-0.5.7-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/retry/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>retry</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/retry/
implementation 'com.github.marks-yag:retry:0.5.7'
// https://jarcasting.com/artifacts/com.github.marks-yag/retry/
implementation ("com.github.marks-yag:retry:0.5.7")
'com.github.marks-yag:retry:jar:0.5.7'
<dependency org="com.github.marks-yag" name="retry" rev="0.5.7">
<artifact name="retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='retry', version='0.5.7')
)
libraryDependencies += "com.github.marks-yag" % "retry" % "0.5.7"
[com.github.marks-yag/retry "0.5.7"]