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