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