cn.jsbintask.wxpay.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wxpay-sdk Show documentation
Show all versions of wxpay-sdk Show documentation
wxpay-sdk is a tool for WX pay.
The newest version!
package cn.jsbintask.wxpay;
/**
* @author [email protected]
* @date 2019/9/17 14:15
*/
public class Version {
public static final String VERSION = "1.1.0";
public static final String NAME = "WxPaySDK/" + VERSION;
private Version() {}
}