is not current version
Last Version 3.2.1

net.markenwerk:commons-iterators 2.1.0

Some common iterators for Java

Categories

Categories

Net
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

commons-iterators
Version

Version

2.1.0
Type

Type

jar

Download commons-iterators 2.1.0


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