An open API service indexing awesome lists of open source software.

https://github.com/ghusta/zxing-java-test

Testing ZXing library in Java
https://github.com/ghusta/zxing-java-test

ascii java zxing

Last synced: 3 months ago
JSON representation

Testing ZXing library in Java

Awesome Lists containing this project

README

        

# Testing ZXing library in Java

## Overview

Testing the [ZXing library](https://github.com/zxing/zxing) in Java, for generating QR Codes.

## Usage

> mvn test

## Other references

* [ASCII QR](http://asciiqr.com/) (online generator)
* [Stack Overflow questions](https://stackoverflow.com/questions/tagged/qr-code+java)