GroupId | GroupIdcom.github.vizaizai |
---|---|
ArtifactId | ArtifactIdretry |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
retry-1.0.1.pom | |
retry-1.0.1.jar | 37 KB |
retry-1.0.1-sources.jar | 23 KB |
retry-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vizaizai/retry/
implementation 'com.github.vizaizai:retry:1.0.1'
// https://jarcasting.com/artifacts/com.github.vizaizai/retry/
implementation ("com.github.vizaizai:retry:1.0.1")
'com.github.vizaizai:retry:jar:1.0.1'
<dependency org="com.github.vizaizai" name="retry" rev="1.0.1">
<artifact name="retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vizaizai', module='retry', version='1.0.1')
)
libraryDependencies += "com.github.vizaizai" % "retry" % "1.0.1"
[com.github.vizaizai/retry "1.0.1"]