An open API service indexing awesome lists of open source software.

https://github.com/mvel/mvel

MVEL (MVFLEX Expression Language)
https://github.com/mvel/mvel

Last synced: about 1 year ago
JSON representation

MVEL (MVFLEX Expression Language)

Awesome Lists containing this project

README

          

# 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
```