
org.xson.common.validate.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xco-validate Show documentation
Show all versions of xco-validate Show documentation
xco-validate based XCO, using xml language to describe data validation framework.
The newest version!
package org.xson.common.validate;
public class Version {
public final static int MAJOR = 1;
public final static int MINOR = 0;
public final static int REVISION = 0;
public static String getVersion() {
return MAJOR + "." + MINOR + "." + REVISION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy