GroupId | GroupIdcom.github.dcshock |
---|---|
ArtifactId | ArtifactIdforklift-retry |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
forklift-retry-2.2.pom | |
forklift-retry-2.2.jar | 15 KB |
forklift-retry-2.2-sources.jar | 8 KB |
forklift-retry-2.2-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>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-retry/
implementation 'com.github.dcshock:forklift-retry:2.2'
// https://jarcasting.com/artifacts/com.github.dcshock/forklift-retry/
implementation ("com.github.dcshock:forklift-retry:2.2")
'com.github.dcshock:forklift-retry:jar:2.2'
<dependency org="com.github.dcshock" name="forklift-retry" rev="2.2">
<artifact name="forklift-retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='forklift-retry', version='2.2')
)
libraryDependencies += "com.github.dcshock" % "forklift-retry" % "2.2"
[com.github.dcshock/forklift-retry "2.2"]