MVN

com.jwebmp.jpms.commons : commons-collections4

Maven & Gradle

May 14, 2019
1 usages

Apache Commons Collections · The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.

<dependency>
    <groupId>com.jwebmp.jpms.commons</groupId>
    <artifactId>commons-collections4</artifactId>
    <version>0.67.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jwebmp.jpms.commons : commons-collections4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.67.0.9

All Versions

Choose a version of com.jwebmp.jpms.commons : commons-collections4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.67.x
commons-collections4-0.67.0.9
commons-collections4-0.67.0.7
commons-collections4-0.67.0.5
commons-collections4-0.67.0.4

How to add a dependency to Maven

Add the following com.jwebmp.jpms.commons : commons-collections4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jwebmp.jpms.commons</groupId>
    <artifactId>commons-collections4</artifactId>
    <version>0.67.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jwebmp.jpms.commons : commons-collections4 gradle dependency to your build.gradle file:

implementation 'com.jwebmp.jpms.commons:commons-collections4:0.67.0.9'

Gradle Kotlin DSL: Add the following com.jwebmp.jpms.commons : commons-collections4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jwebmp.jpms.commons:commons-collections4:0.67.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jwebmp.jpms.commons : commons-collections4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jwebmp.jpms.commons" % "commons-collections4" % "0.67.0.9"