License |
License |
---|---|
GroupId | GroupIdcom.github.nayuki |
ArtifactId | ArtifactIdqrcodegen |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionQR Code generator library
A simple library that aims to be the best and cleanest at generating QR Codes. See homepage for more info
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qrcodegen-1.0.0.pom | |
qrcodegen-1.0.0.jar | 42 KB |
qrcodegen-1.0.0-sources.jar | 40 KB |
qrcodegen-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nayuki/qrcodegen/ -->
<dependency>
<groupId>com.github.nayuki</groupId>
<artifactId>qrcodegen</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nayuki/qrcodegen/
implementation 'com.github.nayuki:qrcodegen:1.0.0'
// https://jarcasting.com/artifacts/com.github.nayuki/qrcodegen/
implementation ("com.github.nayuki:qrcodegen:1.0.0")
'com.github.nayuki:qrcodegen:jar:1.0.0'
<dependency org="com.github.nayuki" name="qrcodegen" rev="1.0.0">
<artifact name="qrcodegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nayuki', module='qrcodegen', version='1.0.0')
)
libraryDependencies += "com.github.nayuki" % "qrcodegen" % "1.0.0"
[com.github.nayuki/qrcodegen "1.0.0"]