jepsar / barcode4j-lite

Barcode4J is a flexible Java barcode generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Actions Status Stackoverflow License: Apache

Barcode4J Lite

Barcode4J is a flexible generator for barcodes written in Java.

Barcode4J Logo

Original Website: http://barcode4j.sourceforge.net

This fork is because a version after 2015 was never put on Maven Central that fixes the following:

Maven

<dependency>
    <groupId>org.primefaces.extensions</groupId>
    <artifactId>barcode4j-lite</artifactId>
    <version>2.3.0</version>
</dependency>

Issues

Please report all issues here.

Releasing

  • Run mvn versions:set -DgenerateBackupPoms=false -DnewVersion=2.3.0 to update all modules versions
  • Commit and push the changes to GitHub
  • In GitHub create a new Release titled 2.3.0 to tag this release
  • Run mvn clean deploy -Prelease to push to Maven Central

Licenses

The original Barcode4J is licensed under the the Apache License, Version 2.0. The license text can be found under legal/barcode4j.LICENSE.txt.

About

Barcode4J is a flexible Java barcode generator

License:Apache License 2.0


Languages

Language:Java 100.0%