-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmaven.properties
More file actions
63 lines (49 loc) · 1.76 KB
/
maven.properties
File metadata and controls
63 lines (49 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Wed Jul 17 18:35:21 CST 2019
#zbar module pom info
ZBAR_POM_NAME=zbar
ZBAR_POM_VERSION=1.0.2
ZBAR_POM_ARTIFACTID=zbar
ZBAR_POM_GROUPID=io.vin.android
ZBAR_POM_PACKAGING=aar
ZBAR_POM_DESCRIPTION=Android ZBar Bar Code Reader
#DecodeProtocol module pom info
DECODE_PROTOCOL_POM_NAME=DecodeProtocol
DECODE_PROTOCOL_POM_VERSION=1.0.2
DECODE_PROTOCOL_POM_ARTIFACTID=DecodeProtocol
DECODE_PROTOCOL_POM_GROUPID=io.vin.android
DECODE_PROTOCOL_POM_PACKAGING=aar
DECODE_PROTOCOL_POM_DESCRIPTION=Decode Protocol
#ZbarEngine module pom info
ZBAR_ENGINE_POM_NAME=ZbarEngine
ZBAR_ENGINE_POM_VERSION=1.0.1
ZBAR_ENGINE_POM_ARTIFACTID=ZbarEngine
ZBAR_ENGINE_POM_GROUPID=io.vin.android
ZBAR_ENGINE_POM_PACKAGING=aar
ZBAR_ENGINE_POM_DESCRIPTION=Using Zbar decode barcode
#MLKitEngine module pom info
MLKIT_ENGINE_POM_NAME=MLKitEngine
MLKIT_ENGINE_POM_VERSION=1.0.17
MLKIT_ENGINE_POM_ARTIFACTID=MLKitEngine
MLKIT_ENGINE_POM_GROUPID=io.vin.android
MLKIT_ENGINE_POM_PACKAGING=aar
MLKIT_ENGINE_POM_DESCRIPTION=Using MLKit decode barcode
#HuaweiEngine module pom info
HUAWEI_ENGINE_POM_NAME=HuaweiEngine
HUAWEI_ENGINE_POM_VERSION=1.0.0
HUAWEI_ENGINE_POM_ARTIFACTID=HuaweiEngine
HUAWEI_ENGINE_POM_GROUPID=io.vin.android
HUAWEI_ENGINE_POM_PACKAGING=aar
HUAWEI_ENGINE_POM_DESCRIPTION=Using Huawei decode barcode
#scanner module pom info
SCANNER_POM_NAME=scanner
SCANNER_POM_VERSION=1.0.26
SCANNER_POM_ARTIFACTID=scanner
SCANNER_POM_GROUPID=io.vin.android
SCANNER_POM_PACKAGING=aar
SCANNER_POM_DESCRIPTION=Android scan widget using zbar decode