Download barcode4j-light-2.0.jar file - Jar b

Jar examples for b:barcode4j-light

Description

Barcode4J is a flexible generator for barcodes written in Java. This library contains only the core functionality.

You can download jar file barcode4j-light 2.0 in this page.

License

ASF 2.0

Build File

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

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

Download

Click the following link to download the jar file.

barcode4j-light-2.0.jar
barcode4j-light-2.0-javadoc.jar
barcode4j-light-2.0.pom
barcode4j-light-2.0-sources.jar



Related Tutorials