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