jar

com.github.nayuki : qrcodegen

Maven & Gradle

Jan 25, 2018
4.6k stars

QR Code generator library · A simple library that aims to be the best and cleanest at generating QR Codes. See homepage for more info

Table Of Contents

Latest Version

Download com.github.nayuki : qrcodegen JAR file - Latest Versions:

All Versions

Download com.github.nayuki : qrcodegen JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window qrcodegen-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.nayuki.qrcodegen

├─ io.nayuki.qrcodegen.BitBuffer.class - [JAR]

├─ io.nayuki.qrcodegen.QrCode.class - [JAR]

├─ io.nayuki.qrcodegen.QrCodeGeneratorDemo.class - [JAR]

├─ io.nayuki.qrcodegen.QrCodeGeneratorWorker.class - [JAR]

├─ io.nayuki.qrcodegen.QrSegment.class - [JAR]

├─ io.nayuki.qrcodegen.QrSegmentAdvanced.class - [JAR]

Advertisement