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