ZK Commons EL.
Here is the list of declaration for zcommons-el. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.zkoss.zkforge.el</groupId> <artifactId>zcommons-el</artifactId> <version>1.0.1</version> </dependency>
If you think this Maven repository POM file listing for zcommons-el is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 1.1
URL: http://www.apache.org/licenses/LICENSE.
The following packages are defined in the zcommons-el-1.0.1.jar
org.zkforge.apache.commons.el org.zkforge.apache.commons.el.parser
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.zkoss.zkforge.el</groupId> <artifactId>zcommons-el</artifactId> <version>1.0.1</version> <packaging>jar</packaging> <name>ZK Commons EL</name> <url>http://www.zkoss.org</url> <description>ZK Commons EL</description> <licenses> <license> <name>The Apache Software License, Version 1.1</name> <url>http://www.apache.org/licenses/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://zkforge.svn.sourceforge.net/viewvc/zkforge/trunk/zcommons-el</url> </scm> </project>