is not current version
Last Version 3.2.1

net.markenwerk:commons-iterables 3.1.0

Some common iterables for Java

Categories

Categories

Net
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

commons-iterables
Version

Version

3.1.0
Type

Type

jar

Download commons-iterables 3.1.0


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