jflat8
Read and write from flat files to Java objects
| License |
License |
|---|---|
| GroupId | GroupIdcom.tecacet |
| ArtifactId | ArtifactIdjflat8 |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJFlat 8
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.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationTecAceT |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jflat8-0.0.5.pom | |
| jflat8-0.0.5.jar | 35 KB |
| jflat8-0.0.5-sources.jar | 20 KB |
| jflat8-0.0.5-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tecacet/jflat8/ -->
<dependency>
<groupId>com.tecacet</groupId>
<artifactId>jflat8</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/jflat8/
implementation 'com.tecacet:jflat8:0.0.5'
// https://jarcasting.com/artifacts/com.tecacet/jflat8/
implementation ("com.tecacet:jflat8:0.0.5")
'com.tecacet:jflat8:jar:0.0.5'
<dependency org="com.tecacet" name="jflat8" rev="0.0.5">
<artifact name="jflat8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='jflat8', version='0.0.5')
)
libraryDependencies += "com.tecacet" % "jflat8" % "0.0.5"
[com.tecacet/jflat8 "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-csv | jar | 1.5 |
| org.objenesis : objenesis | jar | 2.5.1 |
| org.jodd : jodd-bean | jar | 3.8.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Read and write from flat files to Java objects