l

library-config

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