Skip to content

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

Notifications You must be signed in to change notification settings

DarkMortal/Bar-Code-JAVA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%