License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdcc.carm.lib |
ArtifactId | ArtifactIdeasyconfiguration-core |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description轻松(做)配置,简单便捷的通用配置文件加载、读取与更新工具,可自定义配置格式。
|
<!-- https://jarcasting.com/artifacts/cc.carm.lib/easyconfiguration-core/ -->
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easyconfiguration-core</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.carm.lib/easyconfiguration-core/
implementation 'cc.carm.lib:easyconfiguration-core:3.1.0'
// https://jarcasting.com/artifacts/cc.carm.lib/easyconfiguration-core/
implementation ("cc.carm.lib:easyconfiguration-core:3.1.0")
'cc.carm.lib:easyconfiguration-core:jar:3.1.0'
<dependency org="cc.carm.lib" name="easyconfiguration-core" rev="3.1.0">
<artifact name="easyconfiguration-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.carm.lib', module='easyconfiguration-core', version='3.1.0')
)
libraryDependencies += "cc.carm.lib" % "easyconfiguration-core" % "3.1.0"
[cc.carm.lib/easyconfiguration-core "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |