How To Install Java Artifact org.mvel.mvel v2.0M2

org.mvel mvel 2.0M2

Introduction

In this article, we'll learn how to install Java artifact mvel from org.mvel group in version 2.0M2. The artifact is available in 5 versions: 2.0beta1 2.0M2 2.0M1 2.0-dp4 1.2.8 The mvel project has its own website at: http://mvel.codehaus.org/.

How To Install Java Artifact org.mvel.mvel In Version 2.0M2

To install the mvel artifact in version 2.0M2 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses mvel dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Test dependencies (1)