| Категории |
КатегорииDubbo Сеть Networking |
|---|---|
| Группа | Группаcom.alibaba |
| Идентификатор | Идентификаторdubbo-registry |
| Версия | Версия2.6.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| dubbo-registry-2.6.4.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alibaba/dubbo-registry/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-registry</artifactId>
<version>2.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/dubbo-registry/
implementation 'com.alibaba:dubbo-registry:2.6.4'
// https://jarcasting.com/artifacts/com.alibaba/dubbo-registry/
implementation ("com.alibaba:dubbo-registry:2.6.4")
'com.alibaba:dubbo-registry:pom:2.6.4'
<dependency org="com.alibaba" name="dubbo-registry" rev="2.6.4">
<artifact name="dubbo-registry" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='dubbo-registry', version='2.6.4')
)
libraryDependencies += "com.alibaba" % "dubbo-registry" % "2.6.4"
[com.alibaba/dubbo-registry "2.6.4"]