All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.force.i18n.grammar.VersionInfo Maven / Gradle / Ivy

There is a newer version: 1.2.30
Show newest version
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