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: 11 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-08-19T09:21:37.000Z (3 months ago)
- Last Synced: 2024-10-22T08:58:30.882Z (18 days ago)
- Language: Java
- Homepage: http://mvel.documentnode.com/
- Size: 13.9 MB
- Stars: 1,087
- Watchers: 76
- Forks: 305
- 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
```