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

com.genexus.Version Maven / Gradle / Ivy

Go to download

Core classes for the runtime used by Java and Android apps generated with GeneXus

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