Snakeyaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision 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 18: Line 19:
<syntaxhighlight lang='xml'>
<syntaxhighlight lang='xml'>
<dependency>
<dependency>
  <groupId>org.yaml</groupId>
    <groupId>org.yaml</groupId>
  <artifactId>snakeyaml</artifactId>
    <artifactId>snakeyaml</artifactId>
  <version>1.23</version>
    <version>1.25</version>
</dependency>
</dependency>
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 00:59, 7 February 2020