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

org.zkoss.spring.webflow.Version Maven / Gradle / Ivy

The newest version!
/* Version.java

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Feb 7, 2011 12:21:09 PM, Created by ashish
}}IS_NOTE

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

*/

package org.zkoss.spring.webflow;

/**
 * The version of ZK Spring Webflow Integration library.
 * {@link #UID} must be the same as the version specified in config.xml
 * @author henrichen
 * @since 3.0
 */
public class Version {
	/** Returns the version UID.
	 */
	public static final String UID = "3.0";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy