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
文件下载
文件名 操作
mvel2-2.2.8.Final.jar 下载
mvel2-2.2.8.Final.pom 下载
mvel2-2.2.8.Final-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mvel</groupId>
  <artifactId>mvel2</artifactId>
  <version>2.2.8.Final</version>
</dependency>
Gradle Groovy
implementation 'org.mvel:mvel2:2.2.8.Final'
Gradle Kotlin
implementation("org.mvel:mvel2:2.2.8.Final")
Scala SBT
libraryDependencies += "org.mvel" % "mvel2" % "2.2.8.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.mvel', module='mvel2', version='2.2.8.Final')
)
Apache Ivy
<dependency org="org.mvel" name="mvel2" rev="2.2.8.Final" />
Leiningen
[org.mvel/mvel2 "2.2.8.Final"]
Apache Buildr
'org.mvel:mvel2:jar:2.2.8.Final'