You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
This project contains a RAML java parser compatible with version 0.8 of the RAML
5
-
specification. The parser depends on SnakeYaml, a Java YAML parser.
4
+
This is a Java parser for [RAML](http://raml.org) version 0.8 as defined in the [0.8 RAML specification](https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md) The parser depends on SnakeYaml, a Java YAML parser.
6
5
7
-
## Versioning
8
-
9
-
The Java RAML parser is versioned in the following manner:
10
-
11
-
```
12
-
x.y.z
13
-
```
14
-
15
-
in which *x.y* denotes the version of the RAML specification
16
-
and *z* is the version of the parser.
17
-
18
-
So *0.1.2* is the 2nd revision of the parser for the *0.1* version
19
-
of the RAML specification.
6
+
A newer [version](https://github.com/raml-org/raml-java-parser-2) is now available as a beta. It supports RAML 1.0 as well as RAML 0.8.
0 commit comments