Barcode4J is a flexible generator for barcodes written in Java.
For instructions on how to get started please read the documentation on the website or the one included in the binary distribution.
Original website: http://barcode4j.sourceforge.net
You will need the maven
build tool and make
.
Update version in pom.xml
, e.g.:
<groupId>net.sf.barcode4j</groupId>
<artifactId>barcode4j</artifactId>
<packaging>jar</packaging>
<name>Barcode4J</name>
<version>2.2-SNAPSHOT</version>
Build the package using instructions above, the package will be created at:
target/barcode4j-{version}.jar
Tag the same version in Git:
git tag v2.2
git push origin v2.2
Then the corresponding GitHub release will be automatically created at: https://github.com/metanorma/barcode4j/releases