java-commons-jexl
Java Expression Language
JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written in Java. JEXL implements an Expression Language based on some extensions to the JSTL Expression Language supporting most of the constructs seen in shell-script or ECMAScript. Its goal is to expose scripting features usable by technical operatives or consultants working with enterprise platforms.
- Versions: 2.1.1
- Website: https://commons.apache.org/proper/commons-jexl/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-commons-jexl
as follows:
guix install java-commons-jexl
Or install a particular version:
guix install java-commons-jexl@2.1.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of java-commons-jexl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-commons-jexl'><img src='https://packages.guix.gnu.org/packages/java-commons-jexl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-commons-jexl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-commons-jexl)
Example Org:
[[https://packages.guix.gnu.org/packages/java-commons-jexl][https://packages.guix.gnu.org/packages/java-commons-jexl/badges/latest-version.svg]]