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