File: README.md

package info (click to toggle)
mvel 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,316 kB
  • sloc: java: 46,157; xml: 292; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```