An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Quarkus Barcode



[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.barcode/quarkus-barcode4j?logo=apache-maven&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.barcode/quarkus-barcode4j)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0)
[![Build](https://github.com/quarkiverse/quarkus-barcode/actions/workflows/build.yml/badge.svg)](https://github.com/quarkiverse/quarkus-barcode/actions/workflows/build.yml)

[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#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
Melloware

🚧
Marco Bungart
Marco Bungart

🚧 ⚠️
Stéphane Épardaud
Stéphane Épardaud

🚧 ⚠️
George Gastaldi
George Gastaldi

🚇

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!