Snakeyaml: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
:https://github.com/NovaOrdis/playground/tree/master/yaml/snakeyaml<br> | :https://github.com/NovaOrdis/playground/tree/master/yaml/snakeyaml<br> | ||
</blockquote> | </blockquote> | ||
=Maven= | |||
<pre> | |||
<dependency> | |||
<groupId>org.yaml</groupId> | |||
<artifactId>snakeyaml</artifactId> | |||
<version>1.17</version> | |||
</dependency> | |||
</pre> |
Revision as of 02:30, 5 December 2016
External
Internal
Overview
GitHub Example
Maven
<dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.17</version> </dependency>