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