Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This project allows us to create Barcodes of various formats with ease

Codes supported by the app

  • Code 39

  • Code 128

  • UPC-A

  • EAN8

  • EAN13

  • PDF417

  • QR Code

Dependencies

  • Java Zxing

Click here to go to the Official Repository

Maven Artifacts IDs

<dependency>
  <groupId>com.google.zxing</groupId>
  <artifactId>core</artifactId>
  <version>3.4.1</version>
</dependency>

<dependency>
  <groupId>com.google.zxing</groupId>
  <artifactId>javase</artifactId>
  <version>3.4.1</version>
</dependency>

How to run the jar file

java -jar BarCode.jar

Screenshot

image


About

An easy-to-use barcode and QR code generator and reader developed using Java

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages