| License | 
                License | 
        
|---|---|
| Categories | 
                Categoriesconfig Application Layer Libs Configuration | 
        
| GroupId | GroupIdcom.rongyiapp | 
    
| ArtifactId | ArtifactIdliveconfig | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionLive Config 
            Live configuration for Java applications 
         | 
    
| Filename | Size | 
|---|---|
| liveconfig-1.0.pom | |
| liveconfig-1.0.jar | 33 KB | 
| liveconfig-1.0-sources.jar | 13 KB | 
| liveconfig-1.0-javadoc.jar | 161 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.rongyiapp/liveconfig/ -->
<dependency>
    <groupId>com.rongyiapp</groupId>
    <artifactId>liveconfig</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.rongyiapp/liveconfig/
implementation 'com.rongyiapp:liveconfig:1.0'
                // https://jarcasting.com/artifacts/com.rongyiapp/liveconfig/
implementation ("com.rongyiapp:liveconfig:1.0")
                'com.rongyiapp:liveconfig:jar:1.0'
                <dependency org="com.rongyiapp" name="liveconfig" rev="1.0">
  <artifact name="liveconfig" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.rongyiapp', module='liveconfig', version='1.0')
)
                libraryDependencies += "com.rongyiapp" % "liveconfig" % "1.0"
                [com.rongyiapp/liveconfig "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |