Download zxing-1.8.3.jar file - Jar z

Jar examples for z:zxing

Description

An android library project which contains the zxing barcode scanner view

You can download jar file zxing 1.8.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>me.dm7.barcodescanner</groupId>
   <artifactId>zxing</artifactId>
   <version>1.8.3</version>
</dependency>
compile group: 'me.dm7.barcodescanner', name: 'zxing', version: '1.8.3'
libraryDependencies += "me.dm7.barcodescanner" % "zxing" % "1.8.3"
<dependency org="me.dm7.barcodescanner" name="zxing" rev="1.8.3"/>
@Grapes(@Grab(group='me.dm7.barcodescanner', module='zxing', version='1.8.3'))
'me.dm7.barcodescanner:zxing:jar:1.8.3'

Download

Click the following link to download the jar file.

zxing-1.8.3.pom



Related Tutorials