java-mvel2
MVFLEX Expression Language
MVEL has largely been inspired by Java syntax, but has some fundamental differences aimed at making it more efficient as an expression language, such as operators that directly support collection, array and string matching, as well as regular expressions. MVEL is used to evaluate expressions written using Java syntax.
In addition to the expression language, MVEL serves as a templating language for configuration and string construction.
- Versions: 2.3.1
- Website: https://github.com/mvel/mvel
- 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-mvel2 as follows:
guix install java-mvel2
Or install a particular version:
guix install java-mvel2@2.3.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-mvel2 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-mvel2'><img src='https://packages.guix.gnu.org/packages/java-mvel2/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/java-mvel2)
Example Org:
[[https://packages.guix.gnu.org/packages/java-mvel2][https://packages.guix.gnu.org/packages/java-mvel2/badges/latest-version.svg]]