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