Snakeyaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://bitbucket.org/asomov/snakeyaml =Internal= =Overview=")
 
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


* https://bitbucket.org/asomov/snakeyaml
* https://bitbucket.org/asomov/snakeyaml
* Documentation https://bitbucket.org/asomov/snakeyaml/wiki/Documentation
* Maven: https://mvnrepository.com/artifact/org.yaml/snakeyaml


=Internal=
=Internal=
* [[YAML#YAML_support_in_Java|YAML]]


=Overview=
=Overview=
=GitHub Example=
{{External|https://github.com/NovaOrdis/playground/blob/master/yaml/snakeyaml/src/main/java/io/novaordis/playground/yaml/snakeyaml/Main.java}}
=Maven=
<syntaxhighlight lang='xml'>
<dependency>
    <groupId>org.yaml</groupId>
    <artifactId>snakeyaml</artifactId>
    <version>1.25</version>
</dependency>
</syntaxhighlight>

Latest revision as of 00:59, 7 February 2020