Download javase-3.2.1.jar file - Jar j

Jar examples for j:javase

Description

a simple QRCode generation api for java built on top ZXING

You can download jar file javase 3.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add javase-3.2.1.jar to your project.

<dependency>
   <groupId>com.google.zxing</groupId>
   <artifactId>javase</artifactId>
   <version>3.2.1</version>
</dependency>
compile group: 'com.google.zxing', name: 'javase', version: '3.2.1'
libraryDependencies += "com.google.zxing" % "javase" % "3.2.1"
<dependency org="com.google.zxing" name="javase" rev="3.2.1"/>
@Grapes(@Grab(group='com.google.zxing', module='javase', version='3.2.1'))
'com.google.zxing:javase:jar:3.2.1'

Download

Click the following link to download the jar file.

javase-3.2.1-javadoc.jar
javase-3.2.1-sources.jar
javase-3.2.1.jar
javase-3.2.1.pom



Related Tutorials