| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration Messaging |
|---|---|
| Группа | Группаorg.joyqueue |
| Идентификатор | Идентификаторopenmessaging-spring-boot-autoconfigure |
| Версия | Версия4.2.5.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.joyqueue/openmessaging-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>openmessaging-spring-boot-autoconfigure</artifactId>
<version>4.2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/openmessaging-spring-boot-autoconfigure/
implementation 'org.joyqueue:openmessaging-spring-boot-autoconfigure:4.2.5.3'
// https://jarcasting.com/artifacts/org.joyqueue/openmessaging-spring-boot-autoconfigure/
implementation ("org.joyqueue:openmessaging-spring-boot-autoconfigure:4.2.5.3")
'org.joyqueue:openmessaging-spring-boot-autoconfigure:jar:4.2.5.3'
<dependency org="org.joyqueue" name="openmessaging-spring-boot-autoconfigure" rev="4.2.5.3">
<artifact name="openmessaging-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='openmessaging-spring-boot-autoconfigure', version='4.2.5.3')
)
libraryDependencies += "org.joyqueue" % "openmessaging-spring-boot-autoconfigure" % "4.2.5.3"
[org.joyqueue/openmessaging-spring-boot-autoconfigure "4.2.5.3"]