License |
License |
---|---|
GroupId | GroupIdorg.javastack |
ArtifactId | ArtifactIdqrcode-gen |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.javastack:qrcode-gen
QR Code generator only, fork of ZXing barcode scanning library for Java, this is minified version
|
Project URL |
Project URL |
Filename | Size |
---|---|
qrcode-gen-1.0.1.pom | |
qrcode-gen-1.0.1.jar | 56 KB |
qrcode-gen-1.0.1-sources.jar | 49 KB |
qrcode-gen-1.0.1-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javastack/qrcode-gen/ -->
<dependency>
<groupId>org.javastack</groupId>
<artifactId>qrcode-gen</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.javastack/qrcode-gen/
implementation 'org.javastack:qrcode-gen:1.0.1'
// https://jarcasting.com/artifacts/org.javastack/qrcode-gen/
implementation ("org.javastack:qrcode-gen:1.0.1")
'org.javastack:qrcode-gen:jar:1.0.1'
<dependency org="org.javastack" name="qrcode-gen" rev="1.0.1">
<artifact name="qrcode-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javastack', module='qrcode-gen', version='1.0.1')
)
libraryDependencies += "org.javastack" % "qrcode-gen" % "1.0.1"
[org.javastack/qrcode-gen "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |