Download qrgen-1.4.jar file - Jar q

Jar examples for q:qrgen

Description

a simple QRCode generation api for java built on top ZXING

You can download jar file qrgen 1.4 in this page.

License

Apache License v2

Build File

You can use the following script to add qrgen-1.4.jar to your project.

<dependency>
   <groupId>net.glxn</groupId>
   <artifactId>qrgen</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'net.glxn', name: 'qrgen', version: '1.4'
libraryDependencies += "net.glxn" % "qrgen" % "1.4"
<dependency org="net.glxn" name="qrgen" rev="1.4"/>
@Grapes(@Grab(group='net.glxn', module='qrgen', version='1.4'))
'net.glxn:qrgen:jar:1.4'

Download

Click the following link to download the jar file.

qrgen-1.4-javadoc.jar
qrgen-1.4-sources.jar
qrgen-1.4.jar
qrgen-1.4.pom



Related Tutorials