Installation
Prerequisites
- Java 8 or later (Java 11+ recommended)
- Maven 3.6.0 or later, only needed if you build from source
Option A: Download a release (fastest)
Download the latest oashield-cli.jar from the
Releases page. That’s it. There’s
no installation step; the jar is self-contained.
Option B: Build from source
git clone https://github.com/cognitivegears/oashield.gitcd oashieldmvn package -P build-cli-jarThis produces target/oashield-cli.jar.
Verify it runs
java -cp oashield-cli.jar org.openapitools.codegen.OpenAPIGenerator helpIf you see the OpenAPI Generator help text, you’re ready for the Quick Start.