Snakeyaml: Difference between revisions
Jump to navigation
Jump to search
(→Maven) |
(→Maven) |
||
Line 20: | Line 20: | ||
<groupId>org.yaml</groupId> | <groupId>org.yaml</groupId> | ||
<artifactId>snakeyaml</artifactId> | <artifactId>snakeyaml</artifactId> | ||
<version>1. | <version>1.23</version> | ||
</dependency> | </dependency> | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 21:19, 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.23</version>
</dependency>