"LTSV Parser"

"A new implementation of ltsv parser. Does not use regular expressions, respects quote and escape characters, can parse data in strict and lenient modes"

License

License

GroupId

GroupId

com.github.lonely-lockley
ArtifactId

ArtifactId

ltsv-parser
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

"LTSV Parser"
"A new implementation of ltsv parser. Does not use regular expressions, respects quote and escape characters, can parse data in strict and lenient modes"
Project URL

Project URL

https://github.com/lonely-lockley/ltsv-parser
Source Code Management

Source Code Management

https://github.com/lonely-lockley/ltsv-parser

Download ltsv-parser

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0