Download barcode4j-2.1.jar file - Jar b

Jar examples for b:barcode4j

Description

Barcode4J is a flexible generator for barcodes written in Java.

You can download jar file barcode4j 2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add barcode4j-2.1.jar to your project.

<dependency>
   <groupId>net.sf.barcode4j</groupId>
   <artifactId>barcode4j</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'net.sf.barcode4j', name: 'barcode4j', version: '2.1'
libraryDependencies += "net.sf.barcode4j" % "barcode4j" % "2.1"
<dependency org="net.sf.barcode4j" name="barcode4j" rev="2.1"/>
@Grapes(@Grab(group='net.sf.barcode4j', module='barcode4j', version='2.1'))
'net.sf.barcode4j:barcode4j:jar:2.1'

Download

Click the following link to download the jar file.

barcode4j-2.1-javadoc.jar
barcode4j-2.1-sources.jar
barcode4j-2.1.jar
barcode4j-2.1.pom



Related Tutorials