Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvel/mvel

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

Last synced: 11 days 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
```