Last Version

JFlat Core 1.3.8

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

License

License

GroupId

GroupId

com.tecacet
ArtifactId

ArtifactId

jflat-core
Version

Version

1.3.8
Type

Type

jar
Description

Description

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

Project URL

https://github.com/algorythmist/jflat
Project Organization

Project Organization

TecAceT
Source Code Management

Source Code Management

https://github.com/algorythmist/jflat

Download jflat-core 1.3.8


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-csv jar 1.8
org.apache.commons : commons-lang3 jar 3.12.0
org.jodd : jodd-bean jar 5.1.6
org.objenesis : objenesis jar 3.2

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar [1.7.30,)

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar [1.7.30,)
org.junit.jupiter : junit-jupiter-engine jar 5.7.2

Project Modules

There are no modules declared in this project.