Download iterables-0.1.1.jar file - Jar i

Jar examples for i:iterables

Description

Composable iterables for Java

You can download jar file iterables 0.1.1 in this page.

License

MIT/X11

Build File

You can use the following script to add iterables-0.1.1.jar to your project.

<dependency>
   <groupId>com.github.nikita-volkov.java</groupId>
   <artifactId>iterables</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.github.nikita-volkov.java', name: 'iterables', version: '0.1.1'
libraryDependencies += "com.github.nikita-volkov.java" % "iterables" % "0.1.1"
<dependency org="com.github.nikita-volkov.java" name="iterables" rev="0.1.1"/>
@Grapes(@Grab(group='com.github.nikita-volkov.java', module='iterables', version='0.1.1'))
'com.github.nikita-volkov.java:iterables:jar:0.1.1'

Download

Click the following link to download the jar file.

iterables-0.1.1-javadoc.jar
iterables-0.1.1-sources.jar
iterables-0.1.1.jar
iterables-0.1.1.pom



Related Tutorials