This folder provides examples of how to use `webapi-parser` in Java projects. ## Installation See [Java installation instructions](../../README.md#java). Build project and install dependencies: ```sh $ ./gradlew build ``` ## How to run In the `./src/main/java` folder, you will find examples for each feature (i.e. parser, generator, validation, resolution) showcasing the Java library. These examples are all used in the `co.acme.demo.WebApiParserDemo` class which can be run using Gradle `run` command: ```sh $ ./gradlew run ```