| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.sonus21 |
| Идентификатор | Идентификаторrqueue-spring-boot-starter |
| Версия | Версия2.5.0-RELEASE |
| Тип | Типjar |
<!-- 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.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring-boot-starter/
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.sonus21/rqueue-spring-boot-starter/
implementation ("com.github.sonus21:rqueue-spring-boot-starter:2.5.0-RELEASE")
'com.github.sonus21:rqueue-spring-boot-starter:jar:2.5.0-RELEASE'
<dependency org="com.github.sonus21" name="rqueue-spring-boot-starter" rev="2.5.0-RELEASE">
<artifact name="rqueue-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sonus21', module='rqueue-spring-boot-starter', version='2.5.0-RELEASE')
)
libraryDependencies += "com.github.sonus21" % "rqueue-spring-boot-starter" % "2.5.0-RELEASE"
[com.github.sonus21/rqueue-spring-boot-starter "2.5.0-RELEASE"]