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

org.zkoss.zkex.Version Maven / Gradle / Ivy

There is a newer version: 3.6.3
Show newest version
/* Version.java

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Wed Sep 19 12:31:07     2007, Created by tomyeh
}}IS_NOTE

Copyright (C) 2007 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
	This program is distributed under GPL Version 2.0 in the hope that
	it will be useful, but WITHOUT ANY WARRANTY.
}}IS_RIGHT
*/
package org.zkoss.zkex;

/**
 * The version of the ZUL extension.
 * {@link #UID} must be the same as the version specified in lang-addon.xml
 *
 * @author tomyeh
 * @since 3.0.0
 */
public class Version {
	/** Returns the version UID.
	 */
	public static final String UID = "3.5.1";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy