MVN

com.axibase : mvel2

Maven & Gradle

Oct 30, 2020
1 stars

mvel · 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.

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>mvel2</artifactId>
    <version>2.4.5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axibase : mvel2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.5.11

All Versions

Choose a version of com.axibase : mvel2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
mvel2-2.4.5.11
mvel2-2.4.5.10
mvel2-2.4.5.9
mvel2-2.4.5.8
mvel2-2.4.5.7
mvel2-2.4.5.6
mvel2-2.4.5.5
mvel2-2.4.5.4
mvel2-2.4.5.3
mvel2-2.4.5.2
mvel2-2.4.5.1
mvel2-2.4.5

How to add a dependency to Maven

Add the following com.axibase : mvel2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>mvel2</artifactId>
    <version>2.4.5.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.axibase : mvel2 gradle dependency to your build.gradle file:

implementation 'com.axibase:mvel2:2.4.5.11'

Gradle Kotlin DSL: Add the following com.axibase : mvel2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.axibase:mvel2:2.4.5.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.axibase : mvel2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.axibase" % "mvel2" % "2.4.5.11"

Advertisement