is not current version
Last Version 0.5.0

com.github.marschall:line-parser 0.4.2

A line parser for Java based on mmap()

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

line-parser
Version

Version

0.4.2
Type

Type

jar

Download line-parser 0.4.2


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