| License | 
                License | 
        
|---|---|
| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
| GroupId | GroupIdcom.github.yugj | 
    
| ArtifactId | ArtifactIdconfig-refresh-listener-core | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring cloud config refresh listener 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.yugj/config-refresh-listener-core/ -->
<dependency>
    <groupId>com.github.yugj</groupId>
    <artifactId>config-refresh-listener-core</artifactId>
    <version>2.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.yugj/config-refresh-listener-core/
implementation 'com.github.yugj:config-refresh-listener-core:2.0.0'
                // https://jarcasting.com/artifacts/com.github.yugj/config-refresh-listener-core/
implementation ("com.github.yugj:config-refresh-listener-core:2.0.0")
                'com.github.yugj:config-refresh-listener-core:jar:2.0.0'
                <dependency org="com.github.yugj" name="config-refresh-listener-core" rev="2.0.0">
  <artifact name="config-refresh-listener-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.yugj', module='config-refresh-listener-core', version='2.0.0')
)
                libraryDependencies += "com.github.yugj" % "config-refresh-listener-core" % "2.0.0"
                [com.github.yugj/config-refresh-listener-core "2.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-logging | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.cloud : spring-cloud-context | jar |