https://github.com/quarkiverse/quarkus-barcode
Barcode and QRCode support in Quarkus
https://github.com/quarkiverse/quarkus-barcode
barbecue barcode barcode4j qrcode quarkus-extension zxing
Last synced: 20 days ago
JSON representation
Barcode and QRCode support in Quarkus
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-barcode
- Owner: quarkiverse
- License: apache-2.0
- Created: 2024-10-30T14:22:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T06:20:41.000Z (about 1 month ago)
- Last Synced: 2025-04-10T07:29:45.283Z (about 1 month ago)
- Topics: barbecue, barcode, barcode4j, qrcode, quarkus-extension, zxing
- Language: Java
- Homepage: https://github.com/zxing/zxing
- Size: 153 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus Barcode
[](https://search.maven.org/artifact/io.quarkiverse.barcode/quarkus-barcode4j)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/quarkiverse/quarkus-barcode/actions/workflows/build.yml)[](#contributors-)
## Overview
A Quarkus extension for supporting various barcode libraries in the Quarkus ecosystem and ensuring Native mode is supported.
The following libraries are supported:
- [Okapi](https://github.com/woo-j/OkapiBarcode) comprehensive barcode library used in Quarkus Roq and Quarkus PrimeFaces (v15+)
- [Barcode4J](https://barcode4j.sourceforge.net/) used in Quarkus JasperReports and Quarkus PrimeFaces (v14-)
- [QR Code Generator](https://github.com/nayuki/QR-Code-generator) used in Quarkus PrimeFaces (v14-)
- [Zebra Crossing](https://github.com/zxing/zxing) used in Quarkus Renarde, Quarkus QR> [!NOTE]
> The main purpose of this extension is to make these libraries work in a native executable built with GraalVM/Mandrel.## Getting started
* Create or use an existing Quarkus application
* Add the specific extension(s) you need [Quarkus CLI](https://quarkus.io/guides/cli-tooling):```bash
quarkus ext add io.quarkiverse.barcode:quarkus-barcode4j
quarkus ext add io.quarkiverse.barcode:quarkus-okapi
quarkus ext add io.quarkiverse.barcode:quarkus-qrcodegen
quarkus ext add io.quarkiverse.barcode:quarkus-zxing
```
## Contributors ✨Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Melloware
🚧
Marco Bungart
🚧 ⚠️
Stéphane Épardaud
🚧 ⚠️
George Gastaldi
🚇
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!