is not current version
Last Version 1.2.1

com.github.simonpercic:collectionhelper 1.2.0

A set of static utility methods to simplify filtering and querying Java's Collections.

GroupId

GroupId

com.github.simonpercic
ArtifactId

ArtifactId

collectionhelper
Version

Version

1.2.0
Type

Type

jar

Download collectionhelper 1.2.0


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