m

mvel2

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.
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.4.5.8.jar download
mvel2-2.4.5.8.pom download
mvel2-2.4.5.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.axibase</groupId>
  <artifactId>mvel2</artifactId>
  <version>2.4.5.8</version>
</dependency>
Gradle Groovy
implementation 'com.axibase:mvel2:2.4.5.8'
Gradle Kotlin
implementation("com.axibase:mvel2:2.4.5.8")
Scala SBT
libraryDependencies += "com.axibase" % "mvel2" % "2.4.5.8"
Groovy Grape
@Grapes(
  @Grab(group='com.axibase', module='mvel2', version='2.4.5.8')
)
Apache Ivy
<dependency org="com.axibase" name="mvel2" rev="2.4.5.8" />
Leiningen
[com.axibase/mvel2 "2.4.5.8"]
Apache Buildr
'com.axibase:mvel2:jar:2.4.5.8'