| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration Nacos Container Microservices | 
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-alibaba-nacos-config | 
| Version | Version0.9.0.RELEASE | 
| Type | Typejar | 
| Description | DescriptionSpring Cloud Alibaba Nacos Config Spring Cloud parent pom, managing plugins and dependencies for Spring
		Cloud projects | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alibaba-nacos-config/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-alibaba-nacos-config</artifactId>
    <version>0.9.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alibaba-nacos-config/
implementation 'org.springframework.cloud:spring-cloud-alibaba-nacos-config:0.9.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alibaba-nacos-config/
implementation ("org.springframework.cloud:spring-cloud-alibaba-nacos-config:0.9.0.RELEASE")'org.springframework.cloud:spring-cloud-alibaba-nacos-config:jar:0.9.0.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-alibaba-nacos-config" rev="0.9.0.RELEASE">
  <artifact name="spring-cloud-alibaba-nacos-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-alibaba-nacos-config', version='0.9.0.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-alibaba-nacos-config" % "0.9.0.RELEASE"[org.springframework.cloud/spring-cloud-alibaba-nacos-config "0.9.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.alibaba.nacos : nacos-client | jar | |
| org.springframework.cloud : spring-cloud-commons | jar | |
| org.springframework.cloud : spring-cloud-context | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-actuator Optional | jar | |
| org.springframework.boot : spring-boot-actuator-autoconfigure Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot Optional | jar | |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework.cloud : spring-cloud-test-support | jar | 2.1.1.RELEASE | 
| org.powermock : powermock-module-junit4 | jar | 2.0.0 | 
| org.powermock : powermock-api-mockito2 | jar | 2.0.0 |