How To Install Java Artifact org.apache.commons.commons-collections4 v4.4

org.apache.commons commons-collections4 4.4

Introduction

In this article, we'll learn how to install Java artifact commons-collections4 from org.apache.commons group in version 4.4. The artifact is available in 6 versions: 4.5.0-M1 4.4 4.3 4.2 4.1 4.0 The Apache Commons Collections project has its own website at: https://commons.apache.org/proper/commons-collections/. The parent project is: org.apache.commons::commons-parent::48

How To Install Java Artifact org.apache.commons.commons-collections4 In Version 4.4

To install the Apache Commons Collections artifact in version 4.4 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 Apache Commons Collections 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 (3)

Developers

Contributors