Snakeyaml: Difference between revisions

From NovaOrdis Knowledge Base
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

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

Maven

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