is not current version
Last Version 1.0.3

com.github.autermann:yaml 1.0.2

A Jackson-like API to create YAML nodes (based on SnakeYAML)

GroupId

GroupId

com.github.autermann
ArtifactId

ArtifactId

yaml
Version

Version

1.0.2
Type

Type

jar

Download yaml 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.autermann/yaml/ -->
<dependency>
    <groupId>com.github.autermann</groupId>
    <artifactId>yaml</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autermann/yaml/
implementation 'com.github.autermann:yaml:1.0.2'
// https://jarcasting.com/artifacts/com.github.autermann/yaml/
implementation ("com.github.autermann:yaml:1.0.2")
'com.github.autermann:yaml:jar:1.0.2'
<dependency org="com.github.autermann" name="yaml" rev="1.0.2">
  <artifact name="yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autermann', module='yaml', version='1.0.2')
)
libraryDependencies += "com.github.autermann" % "yaml" % "1.0.2"
[com.github.autermann/yaml "1.0.2"]