| Группа | Группаtop.wboost |
|---|---|
| Идентификатор | Идентификаторcommon-message-queue |
| Версия | Версия3.1.7.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| common-message-queue-3.1.7.RELEASE.pom | 1015 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.wboost/common-message-queue/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-message-queue</artifactId>
<version>3.1.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-message-queue/
implementation 'top.wboost:common-message-queue:3.1.7.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-message-queue/
implementation ("top.wboost:common-message-queue:3.1.7.RELEASE")
'top.wboost:common-message-queue:pom:3.1.7.RELEASE'
<dependency org="top.wboost" name="common-message-queue" rev="3.1.7.RELEASE">
<artifact name="common-message-queue" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-message-queue', version='3.1.7.RELEASE')
)
libraryDependencies += "top.wboost" % "common-message-queue" % "3.1.7.RELEASE"
[top.wboost/common-message-queue "3.1.7.RELEASE"]