Categories |
CategoriesSpring Boot Container Microservices config Application Layer Libs Configuration Nacos |
---|---|
GroupId | GroupIdcom.alibaba.boot |
ArtifactId | ArtifactIdnacos-config-spring-boot-actuator |
Version | Version0.2.8-bugfix |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.boot/nacos-config-spring-boot-actuator/ -->
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>nacos-config-spring-boot-actuator</artifactId>
<version>0.2.8-bugfix</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.boot/nacos-config-spring-boot-actuator/
implementation 'com.alibaba.boot:nacos-config-spring-boot-actuator:0.2.8-bugfix'
// https://jarcasting.com/artifacts/com.alibaba.boot/nacos-config-spring-boot-actuator/
implementation ("com.alibaba.boot:nacos-config-spring-boot-actuator:0.2.8-bugfix")
'com.alibaba.boot:nacos-config-spring-boot-actuator:jar:0.2.8-bugfix'
<dependency org="com.alibaba.boot" name="nacos-config-spring-boot-actuator" rev="0.2.8-bugfix">
<artifact name="nacos-config-spring-boot-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.boot', module='nacos-config-spring-boot-actuator', version='0.2.8-bugfix')
)
libraryDependencies += "com.alibaba.boot" % "nacos-config-spring-boot-actuator" % "0.2.8-bugfix"
[com.alibaba.boot/nacos-config-spring-boot-actuator "0.2.8-bugfix"]