metainfo.zk.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ZKComponents Show documentation
Show all versions of ZKComponents Show documentation
Other imporvements of basic ZK components - please check the documentation for each overriden component.
The newest version!
package metainfo.zk;
/**
* Datalite Library Version
*
* @author Jiri Bubnik
*/
public class Version {
/** Returns the version UID.
*/
public static final String UID = "5.0.0";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy