is not current version
Last Version 1.0.1

io.github.ziemowit:collection-shorts 1.0.0

Utility library to simplify performing operations on Java Collections

GroupId

GroupId

io.github.ziemowit
ArtifactId

ArtifactId

collection-shorts
Version

Version

1.0.0
Type

Type

jar

Download collection-shorts 1.0.0


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