Barcode4J is a flexible generator for barcodes written in Java. Forked from Krysalis Barcode4J
Original Website: http://barcode4j.sourceforge.net
This fork is because a version after 2015 was never put on Maven Central that fixes the following:
- All issues from 2.1 https://barcode4j.sourceforge.net/changes.html#version_2.1
- Updated to Java 8
- ZERO dependencies added (marked optional)
<dependency>
<groupId>org.primefaces.extensions</groupId>
<artifactId>barcode4j-light</artifactId>
<version>2.3.0</version>
</dependency>
Please report all issues here.
- 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
The original Barcode4J is licensed under the the Apache License, Version 2.0. The license text can be found under legal/barcode4j.LICENSE.txt.