The icon of the organisation
Hypertext Application Language (HAL)
Hypertext Application Language (HAL) support

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkus:quarkus-hal

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkus:quarkus-hal"

Gradle

./gradlew addExtension --extensions="io.quarkus:quarkus-hal"