| Группа | Группаorg.apache.servicecomb |
|---|---|
| Идентификатор | Идентификаторservice-registry |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| service-registry-1.0.0.pom | |
| service-registry-1.0.0.jar | 193 KB |
| service-registry-1.0.0-sources.jar | 159 KB |
| service-registry-1.0.0-javadoc.jar | 768 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>service-registry</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry/
implementation 'org.apache.servicecomb:service-registry:1.0.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/service-registry/
implementation ("org.apache.servicecomb:service-registry:1.0.0")
'org.apache.servicecomb:service-registry:jar:1.0.0'
<dependency org="org.apache.servicecomb" name="service-registry" rev="1.0.0">
<artifact name="service-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='service-registry', version='1.0.0')
)
libraryDependencies += "org.apache.servicecomb" % "service-registry" % "1.0.0"
[org.apache.servicecomb/service-registry "1.0.0"]