MVN

com.github.duanxinyuan : library-config

Maven & Gradle

Apr 06, 2023
5 stars

config-utils · 配置文件读取工具库,支持properties、yaml、yml、xml四种文件的读取,支持Scala版本

<dependency>
    <groupId>com.github.duanxinyuan</groupId>
    <artifactId>library-config</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.duanxinyuan : library-config to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.github.duanxinyuan : library-config to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
library-config-1.4.0
1.3.x
library-config-1.3.1
library-config-1.3.0
1.1.x
library-config-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.duanxinyuan</groupId>
    <artifactId>library-config</artifactId>
    <version>1.3.1</version>
</dependency>