Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 284 Bytes

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