Skip to content

mvel/mvel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

MVEL

MVFLEX Expression Language (MVEL) is a hybrid dynamic/statically typed, embeddable Expression Language and runtime for the Java Platform.

Document

http://mvel.documentnode.com/

How to build

git clone https://github.com/mvel/mvel.git
cd mvel
mvn clean install