How To Install Java Artifact org.apache.commons.commons-jexl v2.1.1

org.apache.commons commons-jexl 2.1.1

Introduction

In this article, we'll learn how to install Java artifact commons-jexl from org.apache.commons group in version 2.1.1. The artifact is available in 4 versions: 2.1.1 2.1 2.0.1 2.0 The Commons JEXL project has its own website at: http://commons.apache.org/jexl/. The parent project is: org.apache.commons::commons-parent::22

How To Install Java Artifact org.apache.commons.commons-jexl In Version 2.1.1

To install the Commons JEXL artifact in version 2.1.1 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 Commons JEXL 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.

Compile dependencies (1)

Provided dependencies (1)

Test dependencies (1)

Developers