MVN

com.hagoapp : f2t

Maven & Gradle

Jun 26, 2023
2 stars

F2T · A library that helps loading data from files(csv/Excel/parquet, and extendable) into databases.

<dependency>
    <groupId>com.hagoapp</groupId>
    <artifactId>f2t</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hagoapp : f2t to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.hagoapp : f2t to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
f2t-0.8.3
f2t-0.8.2
f2t-0.8.1
0.8
f2t-0.8
0.7.x
f2t-0.7.6
f2t-0.7.5
f2t-0.7.4.2
f2t-0.7.4.1
f2t-0.7.4
f2t-0.7.3.2
f2t-0.7.3.1
f2t-0.7.3
f2t-0.7.2
f2t-0.7.1
f2t-0.7.0
0.6.x
f2t-0.6.3
f2t-0.6.2
f2t-0.6.1
0.6
f2t-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hagoapp</groupId>
    <artifactId>f2t</artifactId>
    <version>0.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hagoapp : f2t gradle dependency to your build.gradle file:

implementation 'com.hagoapp:f2t:0.8.3'

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

implementation("com.hagoapp:f2t:0.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hagoapp : f2t sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hagoapp" % "f2t" % "0.8.3"

Advertisement