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