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