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