| GroupId | GroupIdorg.joyqueue |
|---|---|
| ArtifactId | ArtifactIdjoyqueue-retry-api |
| Version | Version4.2.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| joyqueue-retry-api-4.2.5.1.pom | |
| joyqueue-retry-api-4.2.5.1.jar | 11 KB |
| joyqueue-retry-api-4.2.5.1-sources.jar | 10 KB |
| joyqueue-retry-api-4.2.5.1-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-retry-api/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-retry-api</artifactId>
<version>4.2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-retry-api/
implementation 'org.joyqueue:joyqueue-retry-api:4.2.5.1'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-retry-api/
implementation ("org.joyqueue:joyqueue-retry-api:4.2.5.1")
'org.joyqueue:joyqueue-retry-api:jar:4.2.5.1'
<dependency org="org.joyqueue" name="joyqueue-retry-api" rev="4.2.5.1">
<artifact name="joyqueue-retry-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-retry-api', version='4.2.5.1')
)
libraryDependencies += "org.joyqueue" % "joyqueue-retry-api" % "4.2.5.1"
[org.joyqueue/joyqueue-retry-api "4.2.5.1"]