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