is not current version
Last Version 0.67.0.9

com.jwebmp.jpms.commons:commons-collections4 0.67.0.4

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

GroupId

GroupId

com.jwebmp.jpms.commons
ArtifactId

ArtifactId

commons-collections4
Version

Version

0.67.0.4
Type

Type

jar

Download commons-collections4 0.67.0.4


<!-- https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-collections4/ -->
<dependency>
    <groupId>com.jwebmp.jpms.commons</groupId>
    <artifactId>commons-collections4</artifactId>
    <version>0.67.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-collections4/
implementation 'com.jwebmp.jpms.commons:commons-collections4:0.67.0.4'
// https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-collections4/
implementation ("com.jwebmp.jpms.commons:commons-collections4:0.67.0.4")
'com.jwebmp.jpms.commons:commons-collections4:jar:0.67.0.4'
<dependency org="com.jwebmp.jpms.commons" name="commons-collections4" rev="0.67.0.4">
  <artifact name="commons-collections4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jpms.commons', module='commons-collections4', version='0.67.0.4')
)
libraryDependencies += "com.jwebmp.jpms.commons" % "commons-collections4" % "0.67.0.4"
[com.jwebmp.jpms.commons/commons-collections4 "0.67.0.4"]