MVN

com.teradata.jdbc : terajdbc

Maven & Gradle

Jul 10, 2023
0 stars

Teradata JDBC Driver · The Teradata JDBC Driver enables Java applications to connect to the Teradata Database.

<dependency>
    <groupId>com.teradata.jdbc</groupId>
    <artifactId>terajdbc</artifactId>
    <version>20.00.00.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.teradata.jdbc : terajdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.00.00.11

All Versions

Choose a version of com.teradata.jdbc : terajdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.00.x
terajdbc-20.00.00.11
terajdbc-20.00.00.10
terajdbc-20.00.00.06
terajdbc-20.00.00.02
17.20.x
terajdbc-17.20.00.09
terajdbc-17.20.00.15
terajdbc-17.20.00.12
17.10.x
terajdbc-17.10.00.26
terajdbc-17.10.00.27
17.00.x
terajdbc-17.00.00.03
16.20.x
terajdbc-16.20.00.13

How to add a dependency to Maven

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

<dependency>
    <groupId>com.teradata.jdbc</groupId>
    <artifactId>terajdbc</artifactId>
    <version>20.00.00.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.teradata.jdbc : terajdbc gradle dependency to your build.gradle file:

implementation 'com.teradata.jdbc:terajdbc:20.00.00.11'

Gradle Kotlin DSL: Add the following com.teradata.jdbc : terajdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.teradata.jdbc:terajdbc:20.00.00.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.teradata.jdbc : terajdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.teradata.jdbc" % "terajdbc" % "20.00.00.11"

Advertisement