Download qrcode-1.0.0.jar file - Jar q

Jar examples for q:qrcode

Description

QRCode Utilities. Wrapper of Zxing.

You can download jar file qrcode 1.0.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add qrcode-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.cloudecho</groupId>
   <artifactId>qrcode</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.cloudecho', name: 'qrcode', version: '1.0.0'
libraryDependencies += "com.github.cloudecho" % "qrcode" % "1.0.0"
<dependency org="com.github.cloudecho" name="qrcode" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.cloudecho', module='qrcode', version='1.0.0'))
'com.github.cloudecho:qrcode:jar:1.0.0'

Download

Click the following link to download the jar file.

qrcode-1.0.0-javadoc.jar
qrcode-1.0.0-sources.jar
qrcode-1.0.0.jar
qrcode-1.0.0.pom



Related Tutorials