Snakeyaml: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Maven) |
||
Line 19: | Line 19: | ||
<syntaxhighlight lang='xml'> | <syntaxhighlight lang='xml'> | ||
<dependency> | <dependency> | ||
<groupId>org.yaml</groupId> | |||
<artifactId>snakeyaml</artifactId> | |||
<version>1.25</version> | |||
</dependency> | </dependency> | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 00:59, 7 February 2020
External
- https://bitbucket.org/asomov/snakeyaml
- Documentation https://bitbucket.org/asomov/snakeyaml/wiki/Documentation
- Maven: https://mvnrepository.com/artifact/org.yaml/snakeyaml
Internal
Overview
GitHub Example
Maven
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
</dependency>