Snakeyaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* https://bitbucket.org/asomov/snakeyaml
* https://bitbucket.org/asomov/snakeyaml
* Documentation https://bitbucket.org/asomov/snakeyaml/wiki/Documentation


=Internal=
=Internal=

Revision as of 02:55, 5 December 2016

External

Internal

Overview

GitHub Example

https://github.com/NovaOrdis/playground/tree/master/yaml/snakeyaml

Maven

<dependency>
   <groupId>org.yaml</groupId>
   <artifactId>snakeyaml</artifactId>
   <version>1.17</version>
</dependency>