License |
License |
---|---|
GroupId | GroupIdcom.axibase |
ArtifactId | ArtifactIdmvel2 |
Last Version | Last Version2.4.5.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmvel
A fork of MVEL by Axibase. Original version is hosted here: https://github.com/mvel/mvel.
MVEL is a powerful expression language for Java-based applications.
It provides a plethora of features and is suited for everything
from the smallest property binding and extraction, to full blown scripts.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mvel2-2.4.5.11.pom | |
mvel2-2.4.5.11.jar | 792 KB |
mvel2-2.4.5.11-tests.jar | 396 KB |
mvel2-2.4.5.11-test-sources.jar | 148 KB |
mvel2-2.4.5.11-sources.jar | 604 KB |
mvel2-2.4.5.11-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axibase/mvel2/ -->
<dependency>
<groupId>com.axibase</groupId>
<artifactId>mvel2</artifactId>
<version>2.4.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/mvel2/
implementation 'com.axibase:mvel2:2.4.5.11'
// https://jarcasting.com/artifacts/com.axibase/mvel2/
implementation ("com.axibase:mvel2:2.4.5.11")
'com.axibase:mvel2:jar:2.4.5.11'
<dependency org="com.axibase" name="mvel2" rev="2.4.5.11">
<artifact name="mvel2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='mvel2', version='2.4.5.11')
)
libraryDependencies += "com.axibase" % "mvel2" % "2.4.5.11"
[com.axibase/mvel2 "2.4.5.11"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
com.thoughtworks.xstream : xstream | jar | 1.3.1 |