is not current version
Last Version 2.0

org.jmmo:iterators 1.0

Lazy collections based on Iterator and Iterable interfaces

GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

iterators
Version

Version

1.0
Type

Type

jar

Download iterators 1.0


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