Skip to content

Saptarshi-Dey/Bar-Code-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages