License |
License |
---|---|
Categories |
CategoriesKotlin Languages ZXing Data Data Formats Image Processing |
GroupId | GroupIdcom.kotlinx |
ArtifactId | ArtifactIdzxing-lib |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionzxing-lib
android二维码生成,二维码扫码
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zxing-lib-1.0.0.pom | |
zxing-lib-1.0.0-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinx/zxing-lib/ -->
<dependency>
<groupId>com.kotlinx</groupId>
<artifactId>zxing-lib</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/zxing-lib/
implementation 'com.kotlinx:zxing-lib:1.0.0'
// https://jarcasting.com/artifacts/com.kotlinx/zxing-lib/
implementation ("com.kotlinx:zxing-lib:1.0.0")
'com.kotlinx:zxing-lib:aar:1.0.0'
<dependency org="com.kotlinx" name="zxing-lib" rev="1.0.0">
<artifact name="zxing-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='zxing-lib', version='1.0.0')
)
libraryDependencies += "com.kotlinx" % "zxing-lib" % "1.0.0"
[com.kotlinx/zxing-lib "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.4.0-alpha03 |
com.google.zxing : core | jar | 3.4.0 |