Download zxing-parent-3.2.0.jar file - Jar z

Jar examples for z:zxing-parent

Description

Parent Maven project for ZXing modules

You can download jar file zxing-parent 3.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add zxing-parent-3.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

zxing-parent-3.2.0.pom



Related Tutorials