is not current version
Last Version 3.5.0

com.google.zxing:zxing-parent 3.2.0

Parent Maven project for ZXing modules

Categories

Categories

ZXing Data Data Formats Image Processing
GroupId

GroupId

com.google.zxing
ArtifactId

ArtifactId

zxing-parent
Version

Version

3.2.0
Type

Type

pom

Download zxing-parent 3.2.0

Filename Size
zxing-parent-3.2.0.pom 21 KB
Browse

<!-- https://jarcasting.com/artifacts/com.google.zxing/zxing-parent/ -->
<dependency>
    <groupId>com.google.zxing</groupId>
    <artifactId>zxing-parent</artifactId>
    <version>3.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.zxing/zxing-parent/
implementation 'com.google.zxing:zxing-parent:3.2.0'
// https://jarcasting.com/artifacts/com.google.zxing/zxing-parent/
implementation ("com.google.zxing:zxing-parent:3.2.0")
'com.google.zxing:zxing-parent:pom:3.2.0'
<dependency org="com.google.zxing" name="zxing-parent" rev="3.2.0">
  <artifact name="zxing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.zxing', module='zxing-parent', version='3.2.0')
)
libraryDependencies += "com.google.zxing" % "zxing-parent" % "3.2.0"
[com.google.zxing/zxing-parent "3.2.0"]