MVN

com.tecacet : jflat

Maven & Gradle

Dec 06, 2015

JFlat · JFlat's purpose is to convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary delimiters, and excel files. There are also tools to generate Java Beans to/from JDBC and Swing tables. JFlat is highly extensible and can be adopted to support additional formats.

<dependency>
    <groupId>com.tecacet</groupId>
    <artifactId>jflat</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tecacet : jflat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of com.tecacet : jflat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
jflat-1.7.0

How to add a dependency to Maven

Add the following com.tecacet : jflat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tecacet</groupId>
    <artifactId>jflat</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tecacet : jflat gradle dependency to your build.gradle file:

implementation 'com.tecacet:jflat:1.7.0'

Gradle Kotlin DSL: Add the following com.tecacet : jflat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tecacet:jflat:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tecacet : jflat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tecacet" % "jflat" % "1.7.0"

Advertisement