Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sonus21 |
ArtifactId | ArtifactIdrqueue-spring-boot-starter |
Version | Version2.0.4-RC |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring-boot-starter/ -->
<dependency>
<groupId>com.github.sonus21</groupId>
<artifactId>rqueue-spring-boot-starter</artifactId>
<version>2.0.4-RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring-boot-starter/
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.4-RC'
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring-boot-starter/
implementation ("com.github.sonus21:rqueue-spring-boot-starter:2.0.4-RC")
'com.github.sonus21:rqueue-spring-boot-starter:pom:2.0.4-RC'
<dependency org="com.github.sonus21" name="rqueue-spring-boot-starter" rev="2.0.4-RC">
<artifact name="rqueue-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sonus21', module='rqueue-spring-boot-starter', version='2.0.4-RC')
)
libraryDependencies += "com.github.sonus21" % "rqueue-spring-boot-starter" % "2.0.4-RC"
[com.github.sonus21/rqueue-spring-boot-starter "2.0.4-RC"]