Snakeyaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
* https://bitbucket.org/asomov/snakeyaml
* https://bitbucket.org/asomov/snakeyaml
* Documentation https://bitbucket.org/asomov/snakeyaml/wiki/Documentation
* Documentation https://bitbucket.org/asomov/snakeyaml/wiki/Documentation
* Maven: https://mvnrepository.com/artifact/org.yaml/snakeyaml


=Internal=
=Internal=
Line 16: Line 17:
=Maven=
=Maven=


<pre>
<syntaxhighlight lang='xml'>
<dependency>
<dependency>
  <groupId>org.yaml</groupId>
    <groupId>org.yaml</groupId>
  <artifactId>snakeyaml</artifactId>
    <artifactId>snakeyaml</artifactId>
  <version>1.17</version>
    <version>1.25</version>
</dependency>
</dependency>
</pre>
</syntaxhighlight>

Latest revision as of 00:59, 7 February 2020