e

easy-config

配置文件小工具,配置自动更新功能
https://github.com/FREEZINGPOINT/logging-web
The Apache Software License, Version 2.0
zhaoligang
Files download
File Operation
easy-config-2.0.1.jar download
easy-config-2.0.1.pom download
easy-config-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>vip.breakpoint</groupId>
  <artifactId>easy-config</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'vip.breakpoint:easy-config:2.0.1'
Gradle Kotlin
implementation("vip.breakpoint:easy-config:2.0.1")
Scala SBT
libraryDependencies += "vip.breakpoint" % "easy-config" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='vip.breakpoint', module='easy-config', version='2.0.1')
)
Apache Ivy
<dependency org="vip.breakpoint" name="easy-config" rev="2.0.1" />
Leiningen
[vip.breakpoint/easy-config "2.0.1"]
Apache Buildr
'vip.breakpoint:easy-config:jar:2.0.1'