GroupId | GroupIdcom.evanlennick |
---|---|
ArtifactId | ArtifactIdretry4j |
Version | Version0.7.2 |
Type | Typejar |
Filename | Size |
---|---|
retry4j-0.7.2.pom | |
retry4j-0.7.2.jar | 23 KB |
retry4j-0.7.2-sources.jar | 12 KB |
retry4j-0.7.2-javadoc.jar | 142 KB |
retry4j-0.7.2-jar-with-dependencies.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evanlennick/retry4j/ -->
<dependency>
<groupId>com.evanlennick</groupId>
<artifactId>retry4j</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.evanlennick/retry4j/
implementation 'com.evanlennick:retry4j:0.7.2'
// https://jarcasting.com/artifacts/com.evanlennick/retry4j/
implementation ("com.evanlennick:retry4j:0.7.2")
'com.evanlennick:retry4j:jar:0.7.2'
<dependency org="com.evanlennick" name="retry4j" rev="0.7.2">
<artifact name="retry4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.evanlennick', module='retry4j', version='0.7.2')
)
libraryDependencies += "com.evanlennick" % "retry4j" % "0.7.2"
[com.evanlennick/retry4j "0.7.2"]