| Categories |
CategoriesFugue General Purpose Libraries Functional Programming |
|---|---|
| GroupId | GroupIdio.atlassian.fugue |
| ArtifactId | ArtifactIdfugue-retry |
| Version | Version4.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fugue-retry-4.6.1.pom | |
| fugue-retry-4.6.1.jar | 13 KB |
| fugue-retry-4.6.1-sources.jar | 13 KB |
| fugue-retry-4.6.1-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-retry/ -->
<dependency>
<groupId>io.atlassian.fugue</groupId>
<artifactId>fugue-retry</artifactId>
<version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-retry/
implementation 'io.atlassian.fugue:fugue-retry:4.6.1'
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-retry/
implementation ("io.atlassian.fugue:fugue-retry:4.6.1")
'io.atlassian.fugue:fugue-retry:jar:4.6.1'
<dependency org="io.atlassian.fugue" name="fugue-retry" rev="4.6.1">
<artifact name="fugue-retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlassian.fugue', module='fugue-retry', version='4.6.1')
)
libraryDependencies += "io.atlassian.fugue" % "fugue-retry" % "4.6.1"
[io.atlassian.fugue/fugue-retry "4.6.1"]