MVN

com.treasuredata : td-import

Maven & Gradle

Oct 23, 2019
2 stars

Treasure Data Import Tool in Java · Treasure Data Import Tool in Java.

<dependency>
    <groupId>com.treasuredata</groupId>
    <artifactId>td-import</artifactId>
    <version>0.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.treasuredata : td-import to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.10

All Versions

Choose a version of com.treasuredata : td-import to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
td-import-0.5.10
td-import-0.5.9
td-import-0.5.8
td-import-0.5.7
td-import-0.5.6
td-import-0.5.5
td-import-0.5.4
td-import-0.5.3
td-import-0.5.2
td-import-0.5.1
td-import-0.5.0

How to add a dependency to Maven

Add the following com.treasuredata : td-import maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.treasuredata</groupId>
    <artifactId>td-import</artifactId>
    <version>0.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.treasuredata : td-import gradle dependency to your build.gradle file:

implementation 'com.treasuredata:td-import:0.5.10'

Gradle Kotlin DSL: Add the following com.treasuredata : td-import gradle kotlin dependency to your build.gradle.kts file:

implementation("com.treasuredata:td-import:0.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.treasuredata : td-import sbt scala dependency to your build.sbt file:

libraryDependencies += "com.treasuredata" % "td-import" % "0.5.10"