GroupId | GroupIdcom.github.workerframework |
---|---|
ArtifactId | ArtifactIdworker-queue-rabbit |
Version | Version2.0.0-279 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.workerframework/worker-queue-rabbit/ -->
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-queue-rabbit</artifactId>
<version>2.0.0-279</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.workerframework/worker-queue-rabbit/
implementation 'com.github.workerframework:worker-queue-rabbit:2.0.0-279'
// https://jarcasting.com/artifacts/com.github.workerframework/worker-queue-rabbit/
implementation ("com.github.workerframework:worker-queue-rabbit:2.0.0-279")
'com.github.workerframework:worker-queue-rabbit:jar:2.0.0-279'
<dependency org="com.github.workerframework" name="worker-queue-rabbit" rev="2.0.0-279">
<artifact name="worker-queue-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.workerframework', module='worker-queue-rabbit', version='2.0.0-279')
)
libraryDependencies += "com.github.workerframework" % "worker-queue-rabbit" % "2.0.0-279"
[com.github.workerframework/worker-queue-rabbit "2.0.0-279"]