License |
License |
---|---|
GroupId | GroupIdorg.jsoftware |
ArtifactId | ArtifactIdretriable |
Version | Version1.1 |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
retriable-1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsoftware/retriable/ -->
<dependency>
<groupId>org.jsoftware</groupId>
<artifactId>retriable</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsoftware/retriable/
implementation 'org.jsoftware:retriable:1.1'
// https://jarcasting.com/artifacts/org.jsoftware/retriable/
implementation ("org.jsoftware:retriable:1.1")
'org.jsoftware:retriable:pom:1.1'
<dependency org="org.jsoftware" name="retriable" rev="1.1">
<artifact name="retriable" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsoftware', module='retriable', version='1.1')
)
libraryDependencies += "org.jsoftware" % "retriable" % "1.1"
[org.jsoftware/retriable "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoftware : jsoftware-utils | jar | 1.1 |