| GroupId | GroupIdorg.mvel |
|---|---|
| ArtifactId | ArtifactIdmvel |
| Last Version | Last Version2.0-dp4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmvel
|
| Filename | Size |
|---|---|
| mvel-2.0-dp4.pom | |
| mvel-2.0-dp4.jar | 535 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mvel/mvel/ -->
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel</artifactId>
<version>2.0-dp4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mvel/mvel/
implementation 'org.mvel:mvel:2.0-dp4'
// https://jarcasting.com/artifacts/org.mvel/mvel/
implementation ("org.mvel:mvel:2.0-dp4")
'org.mvel:mvel:jar:2.0-dp4'
<dependency org="org.mvel" name="mvel" rev="2.0-dp4">
<artifact name="mvel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mvel', module='mvel', version='2.0-dp4')
)
libraryDependencies += "org.mvel" % "mvel" % "2.0-dp4"
[org.mvel/mvel "2.0-dp4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |