| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.nepxion |
| Идентификатор | Идентификаторdiscovery-plugin-config-center-starter-etcd |
| Версия | Версия6.7.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-config-center-starter-etcd/ -->
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center-starter-etcd</artifactId>
<version>6.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-config-center-starter-etcd/
implementation 'com.nepxion:discovery-plugin-config-center-starter-etcd:6.7.0'
// https://jarcasting.com/artifacts/com.nepxion/discovery-plugin-config-center-starter-etcd/
implementation ("com.nepxion:discovery-plugin-config-center-starter-etcd:6.7.0")
'com.nepxion:discovery-plugin-config-center-starter-etcd:jar:6.7.0'
<dependency org="com.nepxion" name="discovery-plugin-config-center-starter-etcd" rev="6.7.0">
<artifact name="discovery-plugin-config-center-starter-etcd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nepxion', module='discovery-plugin-config-center-starter-etcd', version='6.7.0')
)
libraryDependencies += "com.nepxion" % "discovery-plugin-config-center-starter-etcd" % "6.7.0"
[com.nepxion/discovery-plugin-config-center-starter-etcd "6.7.0"]