Ecosyste.ms: Awesome
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: 4 days 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T09:21:11.000Z (about 1 month ago)
- Last Synced: 2024-11-25T19:07:22.575Z (18 days ago)
- Language: Java
- Homepage: http://mvel.documentnode.com/
- Size: 13.9 MB
- Stars: 1,098
- Watchers: 75
- Forks: 306
- Open Issues: 135
-
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
```