License |
License |
---|---|
GroupId | GroupIdio.nayuki |
ArtifactId | ArtifactIdqrcodegen |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQR Code generator library
High quality QR Code generator library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qrcodegen-1.8.0.pom | |
qrcodegen-1.8.0.jar | 42 KB |
qrcodegen-1.8.0-sources.jar | 44 KB |
qrcodegen-1.8.0-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nayuki/qrcodegen/ -->
<dependency>
<groupId>io.nayuki</groupId>
<artifactId>qrcodegen</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nayuki/qrcodegen/
implementation 'io.nayuki:qrcodegen:1.8.0'
// https://jarcasting.com/artifacts/io.nayuki/qrcodegen/
implementation ("io.nayuki:qrcodegen:1.8.0")
'io.nayuki:qrcodegen:jar:1.8.0'
<dependency org="io.nayuki" name="qrcodegen" rev="1.8.0">
<artifact name="qrcodegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nayuki', module='qrcodegen', version='1.8.0')
)
libraryDependencies += "io.nayuki" % "qrcodegen" % "1.8.0"
[io.nayuki/qrcodegen "1.8.0"]