cn.minsin.core.constant.StringConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mutils-core Show documentation
Show all versions of mutils-core Show documentation
mutils-core 作为mutils组件中的核心模块。 可以被maven项目单独引用,引入后可提供多种帮助类,如StringUtil、NumberUtil、DateUtil等等
maven仓库:https://mvnrepository.com/artifact/cn.minsin/mutils-core
package cn.minsin.core.constant;
public class StringConstant {
public static final String RIGHT_SLASH="\"";
public static final String LEFT_SLASH="/";
public static final String NULL =null;
public static final String EMPTY ="";
public static final String COMMA = ",";
public static final String SEMICOLON=";";
}