com.force.i18n.grammar.VersionInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grammaticus Show documentation
Show all versions of grammaticus Show documentation
Localization Framework that allows grammatically correct renaming of nouns
package com.force.i18n.grammar;
/**
* Version information of Grammaticus project.
*
* DO NOT EDIT. This is template file to be processed during the build.
* see templating-maven-plugin in pom.xml
*/
public final class VersionInfo {
public static final String VERSION = "1.2.24";
public static final String GROUPID = "com.salesforce.grammaticus";
public static final String ARTIFACTID = "grammaticus";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy