Last Version

YAML API 1.0.3

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

License

License

GroupId

GroupId

com.github.autermann
ArtifactId

ArtifactId

yaml
Version

Version

1.0.3
Type

Type

jar
Description

Description

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

Project URL

https://github.com/autermann/yaml
Source Code Management

Source Code Management

https://github.com/autermann/yaml

Download yaml 1.0.3


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.yaml : snakeyaml jar 1.15
joda-time : joda-time jar 2.8.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.