Snakeyaml: Difference between revisions
Jump to navigation
Jump to search
(→Maven) |
|||
Line 16: | Line 16: | ||
=Maven= | =Maven= | ||
< | <syntaxhighlight lang='xml'> | ||
<dependency> | <dependency> | ||
<groupId>org.yaml</groupId> | <groupId>org.yaml</groupId> | ||
<artifactId>snakeyaml</artifactId> | <artifactId>snakeyaml</artifactId> | ||
<version>1. | <version>1.21</version> | ||
</dependency> | </dependency> | ||
</ | </syntaxhighlight> |
Revision as of 21:17, 5 December 2018
External
- https://bitbucket.org/asomov/snakeyaml
- Documentation https://bitbucket.org/asomov/snakeyaml/wiki/Documentation
Internal
Overview
GitHub Example
Maven
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.21</version>
</dependency>