m

mvel2

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.
http://mvel.codehaus.org/
The Apache Software License, Version 2.0
JBoss by Red Hat
All developers are listed on the team website
Files download
File Operation
mvel2-2.5.2.Final.jar download
mvel2-2.5.2.Final.pom download
mvel2-2.5.2.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvel</groupId>
  <artifactId>mvel2</artifactId>
  <version>2.5.2.Final</version>
</dependency>
Gradle Groovy
implementation 'org.mvel:mvel2:2.5.2.Final'
Gradle Kotlin
implementation("org.mvel:mvel2:2.5.2.Final")
Scala SBT
libraryDependencies += "org.mvel" % "mvel2" % "2.5.2.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.mvel', module='mvel2', version='2.5.2.Final')
)
Apache Ivy
<dependency org="org.mvel" name="mvel2" rev="2.5.2.Final" />
Leiningen
[org.mvel/mvel2 "2.5.2.Final"]
Apache Buildr
'org.mvel:mvel2:jar:2.5.2.Final'