Download iterators-1.5.jar file - Jar i

Jar examples for i:iterators

Description

Iterators and spliterators, helper classes for custom collections

You can download jar file iterators 1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add iterators-1.5.jar to your project.

<dependency>
   <groupId>org.dmfs</groupId>
   <artifactId>iterators</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'org.dmfs', name: 'iterators', version: '1.5'
libraryDependencies += "org.dmfs" % "iterators" % "1.5"
<dependency org="org.dmfs" name="iterators" rev="1.5"/>
@Grapes(@Grab(group='org.dmfs', module='iterators', version='1.5'))
'org.dmfs:iterators:jar:1.5'

Download

Click the following link to download the jar file.

iterators-1.5-javadoc.jar
iterators-1.5-sources.jar
iterators-1.5.jar
iterators-1.5.pom



Related Tutorials