is not current version
Last Version 3.2.1

net.markenwerk:commons-iterables 2.2.0

Some common iterables for Java

Categories

Categories

Net
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

commons-iterables
Version

Version

2.2.0
Type

Type

jar

Download commons-iterables 2.2.0


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