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)
- Host: GitHub
- URL: https://github.com/mvel/mvel
- Owner: mvel
- License: apache-2.0
- Created: 2011-05-17T17:59:38.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T07:42:49.000Z (over 1 year ago)
- Last Synced: 2025-05-11T05:46:10.594Z (about 1 year ago)
- Language: Java
- Homepage: http://mvel.documentnode.com/
- Size: 14 MB
- Stars: 1,137
- Watchers: 74
- Forks: 310
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ccamel - mvel/mvel - MVEL (MVFLEX Expression Language) (Java)
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
```