| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.jd.joyqueue |
| Идентификатор | Идентификаторjoyqueue |
| Версия | Версия4.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеJoyQueue
JoyQueue is a distributed cloud-native message platform with high-throughput and high-availability
which is compatible with Kafka and MQTT protocol.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| joyqueue-4.1.0.pom | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jd.joyqueue/joyqueue/ -->
<dependency>
<groupId>com.jd.joyqueue</groupId>
<artifactId>joyqueue</artifactId>
<version>4.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jd.joyqueue/joyqueue/
implementation 'com.jd.joyqueue:joyqueue:4.1.0'
// https://jarcasting.com/artifacts/com.jd.joyqueue/joyqueue/
implementation ("com.jd.joyqueue:joyqueue:4.1.0")
'com.jd.joyqueue:joyqueue:pom:4.1.0'
<dependency org="com.jd.joyqueue" name="joyqueue" rev="4.1.0">
<artifact name="joyqueue" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jd.joyqueue', module='joyqueue', version='4.1.0')
)
libraryDependencies += "com.jd.joyqueue" % "joyqueue" % "4.1.0"
[com.jd.joyqueue/joyqueue "4.1.0"]