l

library-config

配置文件读取工具库,支持properties、yaml、yml、xml四种文件的读取,支持Scala版本
https://github.com/duanxinyuan/config-utils
The Apache Software License, Version 2.0
duanxinyuan
Files download
File Operation
library-config-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.duanxinyuan</groupId>
  <artifactId>library-config</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.duanxinyuan:library-config:1.3.0'
Gradle Kotlin
implementation("com.github.duanxinyuan:library-config:1.3.0")
Scala SBT
libraryDependencies += "com.github.duanxinyuan" % "library-config" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.duanxinyuan', module='library-config', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.duanxinyuan" name="library-config" rev="1.3.0" />
Leiningen
[com.github.duanxinyuan/library-config "1.3.0"]
Apache Buildr
'com.github.duanxinyuan:library-config:jar:1.3.0'