Registry / serialization / raml-parser-2

raml-parser-2

JSON →
library1.0.51javamavenunverified

RAML parser implemented in Java for parsing RAML API specifications.

<dependency> <groupId>org.raml</groupId> <artifactId>raml-parser-2</artifactId> <version>1.0.51</version> </dependency>
INSTALL
IMPORT
SIG · RAML-PARSER-2
R
raml-parser-2
serializationjavav1.0.51
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RamlModelBuilder
org.raml.v2.api.RamlModelBuilder

Parses a RAML file and prints its title.

import org.raml.v2.api.RamlModelBuilder; import org.raml.v2.api.model.v10.api.Api; public class Example { public static void main(String[] args) throws Exception { RamlModelBuilder builder = new RamlModelBuilder(); Api api = builder.buildApi("api.raml"); System.out.println(api.title()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.51latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
raml-parser-2 — mvn dependency:get raml-parser-2 · libregistry