com.genexus.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gxandroid Show documentation
Show all versions of gxandroid Show documentation
Core classes for the runtime used by Java and Android apps generated with GeneXus
package com.genexus;
public class Version
{
public static final String version = "16.3.131546";
public static final String nameSpace = "Genexus X Evolution 2 Java Applications";
public static final String getFullVersion()
{
return version;
}
public static void main(String arg[])
{
System.out.println("Using GeneXus Standard Classes version " + getFullVersion());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy