License |
License |
---|---|
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdchariterator |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: chartiterator
Tiny Java8 library that turns a Reader or a ByteChannel into a char iterator.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
chariterator-0.1.1.pom | |
chariterator-0.1.1.jar | 9 KB |
chariterator-0.1.1-sources.jar | 7 KB |
chariterator-0.1.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/chariterator/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>chariterator</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/chariterator/
implementation 'br.com.objectos:chariterator:0.1.1'
// https://jarcasting.com/artifacts/br.com.objectos/chariterator/
implementation ("br.com.objectos:chariterator:0.1.1")
'br.com.objectos:chariterator:jar:0.1.1'
<dependency org="br.com.objectos" name="chariterator" rev="0.1.1">
<artifact name="chariterator" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='chariterator', version='0.1.1')
)
libraryDependencies += "br.com.objectos" % "chariterator" % "0.1.1"
[br.com.objectos/chariterator "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : assertion | jar | 0.6.0 |
br.com.objectos : io | jar | 0.7.1 |