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