<dependency>
<groupId>io.github.photowey</groupId>
<artifactId>nacos-property-refresher-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
implementation group: 'io.github.photowey', name: 'nacos-property-refresher-spring-boot-starter', version: '1.0.0'
implementation 'io.github.photowey:nacos-property-refresher-spring-boot-starter:1.0.0'
implementation("io.github.photowey:nacos-property-refresher-spring-boot-starter:1.0.0")
libraryDependencies += "io.github.photowey" % "nacos-property-refresher-spring-boot-starter" % "1.0.0"
<dependency org="io.github.photowey" name="nacos-property-refresher-spring-boot-starter" rev="1.0.0"/>
@Grapes(
@Grab(group='io.github.photowey', module='nacos-property-refresher-spring-boot-starter', version='1.0.0')
)
[io.github.photowey/nacos-property-refresher-spring-boot-starter "1.0.0"]
'io.github.photowey:nacos-property-refresher-spring-boot-starter:jar:1.0.0'