GroupId | GroupIdorg.joyqueue |
---|---|
ArtifactId | ArtifactIdjoyqueue-retry-db |
Version | Version4.2.4-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-retry-db/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-retry-db</artifactId>
<version>4.2.4-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-retry-db/
implementation 'org.joyqueue:joyqueue-retry-db:4.2.4-RC1'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-retry-db/
implementation ("org.joyqueue:joyqueue-retry-db:4.2.4-RC1")
'org.joyqueue:joyqueue-retry-db:jar:4.2.4-RC1'
<dependency org="org.joyqueue" name="joyqueue-retry-db" rev="4.2.4-RC1">
<artifact name="joyqueue-retry-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-retry-db', version='4.2.4-RC1')
)
libraryDependencies += "org.joyqueue" % "joyqueue-retry-db" % "4.2.4-RC1"
[org.joyqueue/joyqueue-retry-db "4.2.4-RC1"]