Quarkus Backstage
Describe what the extension does here. |
Installation
If you want to use this extension, you need to add the io.quarkiverse.backstage:quarkus-backstage
extension first to your build file.
For instance, with Maven, add the following dependency to your POM file:
<dependency>
<groupId>io.quarkiverse.backstage</groupId>
<artifactId>quarkus-backstage</artifactId>
<version>0</version>
</dependency>