License |
License |
---|---|
Categories |
CategoriesZXing Data Data Formats Image Processing |
GroupId | GroupIdcom.google.zxing |
ArtifactId | ArtifactIdzxing-parent |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionZXing
Parent Maven project for ZXing modules
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zxing-parent-3.5.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.zxing/zxing-parent/ -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.zxing/zxing-parent/
implementation 'com.google.zxing:zxing-parent:3.5.0'
// https://jarcasting.com/artifacts/com.google.zxing/zxing-parent/
implementation ("com.google.zxing:zxing-parent:3.5.0")
'com.google.zxing:zxing-parent:pom:3.5.0'
<dependency org="com.google.zxing" name="zxing-parent" rev="3.5.0">
<artifact name="zxing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.zxing', module='zxing-parent', version='3.5.0')
)
libraryDependencies += "com.google.zxing" % "zxing-parent" % "3.5.0"
[com.google.zxing/zxing-parent "3.5.0"]