License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdorg.bspfsystems |
ArtifactId | ArtifactIdyamlconfiguration |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYamlConfiguration
Implementation of SnakeYAML to be easy to use with files.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
yamlconfiguration-1.2.0.pom | |
yamlconfiguration-1.2.0.jar | 358 KB |
yamlconfiguration-1.2.0-sources.jar | 36 KB |
yamlconfiguration-1.2.0-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bspfsystems/yamlconfiguration/ -->
<dependency>
<groupId>org.bspfsystems</groupId>
<artifactId>yamlconfiguration</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bspfsystems/yamlconfiguration/
implementation 'org.bspfsystems:yamlconfiguration:1.2.0'
// https://jarcasting.com/artifacts/org.bspfsystems/yamlconfiguration/
implementation ("org.bspfsystems:yamlconfiguration:1.2.0")
'org.bspfsystems:yamlconfiguration:jar:1.2.0'
<dependency org="org.bspfsystems" name="yamlconfiguration" rev="1.2.0">
<artifact name="yamlconfiguration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bspfsystems', module='yamlconfiguration', version='1.2.0')
)
libraryDependencies += "org.bspfsystems" % "yamlconfiguration" % "1.2.0"
[org.bspfsystems/yamlconfiguration "1.2.0"]