Categories |
CategoriesZXing Data Data Formats Image Processing |
---|---|
GroupId | GroupIdio.github.xmaihh |
ArtifactId | ArtifactIdzxinglite |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
zxinglite-1.0.pom | |
zxinglite-1.0-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xmaihh/zxinglite/ -->
<dependency>
<groupId>io.github.xmaihh</groupId>
<artifactId>zxinglite</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xmaihh/zxinglite/
implementation 'io.github.xmaihh:zxinglite:1.0'
// https://jarcasting.com/artifacts/io.github.xmaihh/zxinglite/
implementation ("io.github.xmaihh:zxinglite:1.0")
'io.github.xmaihh:zxinglite:aar:1.0'
<dependency org="io.github.xmaihh" name="zxinglite" rev="1.0">
<artifact name="zxinglite" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.xmaihh', module='zxinglite', version='1.0')
)
libraryDependencies += "io.github.xmaihh" % "zxinglite" % "1.0"
[io.github.xmaihh/zxinglite "1.0"]