License |
License |
---|---|
Categories |
CategoriesZXing Data Data Formats Image Processing |
GroupId | GroupIdcom.github.userswlwork |
ArtifactId | ArtifactIdzxing |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionbaseframe
This project is build to let the view looks like a material design widget when touched.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zxing-1.0.0.pom | |
zxing-1.0.0.aar | 544 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.userswlwork/zxing/ -->
<dependency>
<groupId>com.github.userswlwork</groupId>
<artifactId>zxing</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.userswlwork/zxing/
implementation 'com.github.userswlwork:zxing:1.0.0'
// https://jarcasting.com/artifacts/com.github.userswlwork/zxing/
implementation ("com.github.userswlwork:zxing:1.0.0")
'com.github.userswlwork:zxing:aar:1.0.0'
<dependency org="com.github.userswlwork" name="zxing" rev="1.0.0">
<artifact name="zxing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.userswlwork', module='zxing', version='1.0.0')
)
libraryDependencies += "com.github.userswlwork" % "zxing" % "1.0.0"
[com.github.userswlwork/zxing "1.0.0"]