License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.jsixface |
ArtifactId | ArtifactIdyamlconfig |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyamlconfig
Manage configuration for java project in a YAML file and access them via dotted notation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yamlconfig-1.1.1.pom | |
yamlconfig-1.1.1.jar | 4 KB |
yamlconfig-1.1.1-sources.jar | 4 KB |
yamlconfig-1.1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsixface/yamlconfig/ -->
<dependency>
<groupId>com.github.jsixface</groupId>
<artifactId>yamlconfig</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsixface/yamlconfig/
implementation 'com.github.jsixface:yamlconfig:1.1.1'
// https://jarcasting.com/artifacts/com.github.jsixface/yamlconfig/
implementation ("com.github.jsixface:yamlconfig:1.1.1")
'com.github.jsixface:yamlconfig:jar:1.1.1'
<dependency org="com.github.jsixface" name="yamlconfig" rev="1.1.1">
<artifact name="yamlconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsixface', module='yamlconfig', version='1.1.1')
)
libraryDependencies += "com.github.jsixface" % "yamlconfig" % "1.1.1"
[com.github.jsixface/yamlconfig "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |