GroupId | GroupIdorg.jsoftware |
---|---|
ArtifactId | ArtifactIdretriable |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
retriable-1.0.pom | |
retriable-1.0.jar | 11 KB |
retriable-1.0-sources.jar | 3 KB |
retriable-1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsoftware/retriable/ -->
<dependency>
<groupId>org.jsoftware</groupId>
<artifactId>retriable</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsoftware/retriable/
implementation 'org.jsoftware:retriable:1.0'
// https://jarcasting.com/artifacts/org.jsoftware/retriable/
implementation ("org.jsoftware:retriable:1.0")
'org.jsoftware:retriable:jar:1.0'
<dependency org="org.jsoftware" name="retriable" rev="1.0">
<artifact name="retriable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsoftware', module='retriable', version='1.0')
)
libraryDependencies += "org.jsoftware" % "retriable" % "1.0"
[org.jsoftware/retriable "1.0"]