Quarkus Hilla Extension
A Quarkus extension to run Hilla applications on Quarkus.
- Documentation
- Community
Installation
To add this extension to your project, use the relevant command in your Quarkus project directory:
Quarkus CLI
quarkus ext add com.github.mcollovati:quarkus-hilla
Maven
./mvnw quarkus:add-extension -Dextensions="com.github.mcollovati:quarkus-hilla"
Gradle
./gradlew addExtension --extensions="com.github.mcollovati:quarkus-hilla"
Spot a problem? Submit a change to the Quarkus Hilla Extension extension's quarkus-extension.yaml and this content will be updated by the next extension release. This page was generated from the extension metadata published to the Quarkus registry.