Last Version

Text Line Iterable 1.0.0

An easy way to iterate over all lines in a source of text while using memory proportional to the length of the longest line.

License

License

GroupId

GroupId

us.bpsm
ArtifactId

ArtifactId

text-line-iterable
Version

Version

1.0.0
Type

Type

jar
Description

Description

Text Line Iterable
An easy way to iterate over all lines in a source of text while using memory proportional to the length of the longest line.
Project URL

Project URL

https://github.com/bpsm/text-line-iterable
Source Code Management

Source Code Management

https://github.com/bpsm/text-line-iterable

Download text-line-iterable 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 17.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.