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