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

ai.grakn.util.GraknVersion Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package ai.grakn.util;

/**
 * Class for storing the maven version. The templating-maven-plugin in grakn-core will automatically insert the
 * project version here.
 */
public class GraknVersion {
    public static final String VERSION = "1.4.1";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy