Snakeyaml: Difference between revisions
Jump to navigation
Jump to search
(→Maven) |
No edit summary |
||
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= |
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.23</version>
</dependency>