License |
License |
---|---|
GroupId | GroupIdcom.github.cloudecho |
ArtifactId | ArtifactIdqrcode |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionappconfig
QRCode Utilities. Wrapper of Zxing.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
qrcode-1.0.0.pom | |
qrcode-1.0.0.jar | 7 KB |
qrcode-1.0.0-sources.jar | 4 KB |
qrcode-1.0.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudecho/qrcode/ -->
<dependency>
<groupId>com.github.cloudecho</groupId>
<artifactId>qrcode</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudecho/qrcode/
implementation 'com.github.cloudecho:qrcode:1.0.0'
// https://jarcasting.com/artifacts/com.github.cloudecho/qrcode/
implementation ("com.github.cloudecho:qrcode:1.0.0")
'com.github.cloudecho:qrcode:jar:1.0.0'
<dependency org="com.github.cloudecho" name="qrcode" rev="1.0.0">
<artifact name="qrcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudecho', module='qrcode', version='1.0.0')
)
libraryDependencies += "com.github.cloudecho" % "qrcode" % "1.0.0"
[com.github.cloudecho/qrcode "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.zxing : javase | jar | 3.2.1 |
org.springframework : spring-core | jar | 3.2.13.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |