is not current version
Last Version 3.2.1

net.markenwerk:commons-iterables 1.1.4

Some common iterables for Java

Categories

Categories

Net
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

commons-iterables
Version

Version

1.1.4
Type

Type

jar

Download commons-iterables 1.1.4


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