License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.electronwill.night-config |
ArtifactId | ArtifactIdyaml |
Last Version | Last Version3.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNightConfig yaml
Powerful, easy-to-use and multi-language configuration library for the JVM - yaml module
|
Project URL |
Project URL |
Filename | Size |
---|---|
yaml-3.6.5.pom | |
yaml-3.6.5.jar | 6 KB |
yaml-3.6.5-sources.jar | 3 KB |
yaml-3.6.5-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.electronwill.night-config/yaml/ -->
<dependency>
<groupId>com.electronwill.night-config</groupId>
<artifactId>yaml</artifactId>
<version>3.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.electronwill.night-config/yaml/
implementation 'com.electronwill.night-config:yaml:3.6.5'
// https://jarcasting.com/artifacts/com.electronwill.night-config/yaml/
implementation ("com.electronwill.night-config:yaml:3.6.5")
'com.electronwill.night-config:yaml:jar:3.6.5'
<dependency org="com.electronwill.night-config" name="yaml" rev="3.6.5">
<artifact name="yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.electronwill.night-config', module='yaml', version='3.6.5')
)
libraryDependencies += "com.electronwill.night-config" % "yaml" % "3.6.5"
[com.electronwill.night-config/yaml "3.6.5"]
Group / Artifact | Type | Version |
---|---|---|
com.electronwill.night-config : core | jar | 3.6.5 |
org.yaml : snakeyaml | jar | 1.29 |