License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.duanxinyuan |
ArtifactId | ArtifactIdlibrary-config |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionconfig-utils
配置文件读取工具库,支持properties、yaml、yml、xml四种文件的读取,支持Scala版本
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-config-1.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.duanxinyuan/library-config/ -->
<dependency>
<groupId>com.github.duanxinyuan</groupId>
<artifactId>library-config</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.duanxinyuan/library-config/
implementation 'com.github.duanxinyuan:library-config:1.1.0'
// https://jarcasting.com/artifacts/com.github.duanxinyuan/library-config/
implementation ("com.github.duanxinyuan:library-config:1.1.0")
'com.github.duanxinyuan:library-config:pom:1.1.0'
<dependency org="com.github.duanxinyuan" name="library-config" rev="1.1.0">
<artifact name="library-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.duanxinyuan', module='library-config', version='1.1.0')
)
libraryDependencies += "com.github.duanxinyuan" % "library-config" % "1.1.0"
[com.github.duanxinyuan/library-config "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.logging.log4j : log4j-api | jar | 2.12.1 |
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.12.1 |