is not current version
Last Version 1.0.3

com.github.autermann:yaml 1.0.0

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

GroupId

GroupId

com.github.autermann
ArtifactId

ArtifactId

yaml
Version

Version

1.0.0
Type

Type

jar

Download yaml 1.0.0


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