Download chariterator-0.1.1.jar file - Jar c

Jar examples for c:chariterator

Description

Tiny Java8 library that turns a Reader or a ByteChannel into a char iterator.

You can download jar file chariterator 0.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>br.com.objectos</groupId>
   <artifactId>chariterator</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'br.com.objectos', name: 'chariterator', version: '0.1.1'
libraryDependencies += "br.com.objectos" % "chariterator" % "0.1.1"
<dependency org="br.com.objectos" name="chariterator" rev="0.1.1"/>
@Grapes(@Grab(group='br.com.objectos', module='chariterator', version='0.1.1'))
'br.com.objectos:chariterator:jar:0.1.1'

Download

Click the following link to download the jar file.

chariterator-0.1.1-javadoc.jar
chariterator-0.1.1-sources.jar
chariterator-0.1.1.jar
chariterator-0.1.1.pom



Related Tutorials