is not current version
Last Version 2.4.5.11

com.axibase:mvel2 2.4.5.6

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.

GroupId

GroupId

com.axibase
ArtifactId

ArtifactId

mvel2
Version

Version

2.4.5.6
Type

Type

jar

Download mvel2 2.4.5.6


<!-- https://jarcasting.com/artifacts/com.axibase/mvel2/ -->
<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>mvel2</artifactId>
    <version>2.4.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/mvel2/
implementation 'com.axibase:mvel2:2.4.5.6'
// https://jarcasting.com/artifacts/com.axibase/mvel2/
implementation ("com.axibase:mvel2:2.4.5.6")
'com.axibase:mvel2:jar:2.4.5.6'
<dependency org="com.axibase" name="mvel2" rev="2.4.5.6">
  <artifact name="mvel2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='mvel2', version='2.4.5.6')
)
libraryDependencies += "com.axibase" % "mvel2" % "2.4.5.6"
[com.axibase/mvel2 "2.4.5.6"]