| Categories | CategoriesSpring Boot Container Microservices Nacos | 
|---|---|
| GroupId | GroupIdcom.alidaodao.web | 
| ArtifactId | ArtifactIdnacos-spring-boot-base | 
| Last Version | Last Version0.2.11 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionNacos Spring Boot Base Nacos Spring Boot Base | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.alidaodao.web/nacos-spring-boot-base/ -->
<dependency>
    <groupId>com.alidaodao.web</groupId>
    <artifactId>nacos-spring-boot-base</artifactId>
    <version>0.2.11</version>
</dependency>// https://jarcasting.com/artifacts/com.alidaodao.web/nacos-spring-boot-base/
implementation 'com.alidaodao.web:nacos-spring-boot-base:0.2.11'// https://jarcasting.com/artifacts/com.alidaodao.web/nacos-spring-boot-base/
implementation ("com.alidaodao.web:nacos-spring-boot-base:0.2.11")'com.alidaodao.web:nacos-spring-boot-base:jar:0.2.11'<dependency org="com.alidaodao.web" name="nacos-spring-boot-base" rev="0.2.11">
  <artifact name="nacos-spring-boot-base" type="jar" />
</dependency>@Grapes(
@Grab(group='com.alidaodao.web', module='nacos-spring-boot-base', version='0.2.11')
)libraryDependencies += "com.alidaodao.web" % "nacos-spring-boot-base" % "0.2.11"[com.alidaodao.web/nacos-spring-boot-base "0.2.11"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.3.RELEASE | 
| org.springframework.boot : spring-boot-starter-logging Optional | jar | 2.0.3.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.3.RELEASE | 
| com.alibaba.nacos : nacos-spring-context Optional | jar | 1.1.1 | 
| com.alibaba.nacos : nacos-client | jar | 2.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |