huangcm
2025-02-24 69ed55dec4b2116a19e4cca4393cbc014fce5fb2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From: Andrey Somov <public.somov@gmail.com>
To: yaml-core@lists.sourceforge.net
Subject: [ANN] SnakeYAML-1.17 final is available
 
==========================
 Announcing SnakeYAML-1.17
==========================
 
A new release of SnakeYAML is now available:
 
    http://www.snakeyaml.org
 
This release delivers minor changes and bug fixes.
 
The complete list of changes is here: https://bitbucket.org/asomov/snakeyaml/wiki/Changes
 
Resources
==========
 
SnakeYAML homepage: http://www.snakeyaml.org
SnakeYAML documentation: https://bitbucket.org/asomov/snakeyaml/wiki/Home
 
JAR package: http://repo2.maven.org/maven2/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar
 
YAML homepage: http://yaml.org/
YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
 
About SnakeYAML
================
 
SnakeYAML is a YAML parser and emitter for Java 6.
 
SnakeYAML features a complete YAML 1.1 parser.
SnakeYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistence.
 
Copyright
==========
SnakeYAML is released under the Apache License Version 2.0