QR code generator

This package contains a class QrGenerator which is able to generate QR codes. It is only a thin layer on top of ZXing but reliefs you from creating the actual image files.

License

License

GroupId

GroupId

com.github.aytchell
ArtifactId

ArtifactId

qrgen
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

QR code generator
This package contains a class QrGenerator which is able to generate QR codes. It is only a thin layer on top of ZXing but reliefs you from creating the actual image files.
Project URL

Project URL

https://github.com/aytchell/qrgen
Source Code Management

Source Code Management

http://github.com/aytchell/qrgen/tree/master

Download qrgen

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.aytchell/qrgen/ -->
<dependency>
    <groupId>com.github.aytchell</groupId>
    <artifactId>qrgen</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aytchell/qrgen/
implementation 'com.github.aytchell:qrgen:1.1.0'
// https://jarcasting.com/artifacts/com.github.aytchell/qrgen/
implementation ("com.github.aytchell:qrgen:1.1.0")
'com.github.aytchell:qrgen:jar:1.1.0'
<dependency org="com.github.aytchell" name="qrgen" rev="1.1.0">
  <artifact name="qrgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aytchell', module='qrgen', version='1.1.0')
)
libraryDependencies += "com.github.aytchell" % "qrgen" % "1.1.0"
[com.github.aytchell/qrgen "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.zxing : javase jar 3.5.0
com.google.zxing : core jar 3.5.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0
0.9.0