All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.changelife.code.QRcode Maven / Gradle / Ivy

The newest version!
package top.changelife.code;

public class QRcode {
    public static void getQRcode(String content, String codePath) throws Exception {
        QRcodeUtil.createQRcode(content, codePath);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy