is not current version
Last Version 0.0.5

com.tecacet:jflat8 0.0.1

Convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary regex, and more. JFlat 8 is highly extensible and can be adopted to support additional formats.

GroupId

GroupId

com.tecacet
ArtifactId

ArtifactId

jflat8
Version

Version

0.0.1
Type

Type

jar

Download jflat8 0.0.1


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