GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-retryable |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-retryable-0.0.3.pom | |
commons-retryable-0.0.3.jar | 3 KB |
commons-retryable-0.0.3-sources.jar | 3 KB |
commons-retryable-0.0.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-retryable/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-retryable</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-retryable/
implementation 'com.github.crabs-hue.commons:commons-retryable:0.0.3'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-retryable/
implementation ("com.github.crabs-hue.commons:commons-retryable:0.0.3")
'com.github.crabs-hue.commons:commons-retryable:jar:0.0.3'
<dependency org="com.github.crabs-hue.commons" name="commons-retryable" rev="0.0.3">
<artifact name="commons-retryable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-retryable', version='0.0.3')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-retryable" % "0.0.3"
[com.github.crabs-hue.commons/commons-retryable "0.0.3"]