GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-retry |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
forklift-retry-0.6.pom | |
forklift-retry-0.6.jar | 6 KB |
forklift-retry-0.6-sources.jar | 4 KB |
forklift-retry-0.6-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dcshock/forklift-retry/ -->
<dependency>
<groupId>com.github.dcshock</groupId>
<artifactId>forklift-retry</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-retry/
implementation 'com.github.dcshock:forklift-retry:0.6'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-retry/
implementation ("com.github.dcshock:forklift-retry:0.6")
'com.github.dcshock:forklift-retry:jar:0.6'
<dependency org="com.github.dcshock" name="forklift-retry" rev="0.6">
<artifact name="forklift-retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-retry', version='0.6')
)
libraryDependencies += "com.github.dcshock" % "forklift-retry" % "0.6"
[com.github.dcshock/forklift-retry "0.6"]