org.zkoss.openlayers.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zkopenlayers Show documentation
Show all versions of zkopenlayers Show documentation
ZK wrapper for OpenLayers 2
The newest version!
/* Version.java
Purpose:
Description:
History:
Mon, Jun 18, 2012 11:49:36 AM, Created by jumperchen
Copyright (C) 2012 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.openlayers;
public class Version {
/** Returns the version UID.
*/
public static final String UID = "1.0.0-SNAPSHOT";
}