GroupId | GroupIdcom.github.sonus21 |
---|---|
ArtifactId | ArtifactIdrqueue-spring |
Version | Version2.1.1-RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring/ -->
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring</artifactId>
<version>2.1.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring/
implementation 'com.github.sonus21:rqueue-spring:2.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring/
implementation ("com.github.sonus21:rqueue-spring:2.1.1-RELEASE")
'com.github.sonus21:rqueue-spring:pom:2.1.1-RELEASE'
<dependency org="com.github.sonus21" name="rqueue-spring" rev="2.1.1-RELEASE">
<artifact name="rqueue-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sonus21', module='rqueue-spring', version='2.1.1-RELEASE')
)
libraryDependencies += "com.github.sonus21" % "rqueue-spring" % "2.1.1-RELEASE"
[com.github.sonus21/rqueue-spring "2.1.1-RELEASE"]