is not current version
Last Version 2.4.14.Final

org.mvel:mvel2 2.1.0.Final

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

org.mvel
ArtifactId

ArtifactId

mvel2
Version

Version

2.1.0.Final
Type

Type

jar

Download mvel2 2.1.0.Final


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