is not current version
Last Version 1.1.0

"LTSV Parser" 1.0.0

"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
Version

Version

1.0.0
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 1.0.0


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 3.0.0

Project Modules

There are no modules declared in this project.