org.ofdrw.gv.GlobalVar Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ofdrw-gv Show documentation
Show all versions of ofdrw-gv Show documentation
OFD Reader and Writer 全局变量
package org.ofdrw.gv;
/**
* OFDRW 全局变量
*
* @author 权观宇
* @since 2020-04-18 19:22:33
*/
final public class GlobalVar {
/**
* OFD Reader and Writer 版本号
*/
public static final String Version = "2.3.2";
}