Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 837 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 837 Bytes

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