is not current version
Last Version 2.0-dp4

org.mvel:mvel 2.0M1


GroupId

GroupId

org.mvel
ArtifactId

ArtifactId

mvel
Version

Version

2.0M1
Type

Type

jar

Download mvel 2.0M1


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