GroupId | GroupIdcom.github.vizaizai |
---|---|
ArtifactId | ArtifactIdretry |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
retry-1.0.3.pom | |
retry-1.0.3.jar | 37 KB |
retry-1.0.3-sources.jar | 23 KB |
retry-1.0.3-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vizaizai/retry/ -->
<dependency>
<groupId>com.github.vizaizai</groupId>
<artifactId>retry</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vizaizai/retry/
implementation 'com.github.vizaizai:retry:1.0.3'
// https://jarcasting.com/artifacts/com.github.vizaizai/retry/
implementation ("com.github.vizaizai:retry:1.0.3")
'com.github.vizaizai:retry:jar:1.0.3'
<dependency org="com.github.vizaizai" name="retry" rev="1.0.3">
<artifact name="retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vizaizai', module='retry', version='1.0.3')
)
libraryDependencies += "com.github.vizaizai" % "retry" % "1.0.3"
[com.github.vizaizai/retry "1.0.3"]