MVN

com.amazon.redshift : redshift-jdbc42

Maven & Gradle

Jul 31, 2023
37 usages
55 stars

amazon-redshift-jdbc-driver · Java JDBC 4.2 (JRE 8+) driver for Redshift database

<dependency>
    <groupId>com.amazon.redshift</groupId>
    <artifactId>redshift-jdbc42</artifactId>
    <version>2.1.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazon.redshift : redshift-jdbc42 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0.18

All Versions

Choose a version of com.amazon.redshift : redshift-jdbc42 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
redshift-jdbc42-2.1.0.18
redshift-jdbc42-2.1.0.17
redshift-jdbc42-2.1.0.16
redshift-jdbc42-2.1.0.15
redshift-jdbc42-2.1.0.14
redshift-jdbc42-2.1.0.13
redshift-jdbc42-2.1.0.12
redshift-jdbc42-2.1.0.11
redshift-jdbc42-2.1.0.10
redshift-jdbc42-2.1.0.9
redshift-jdbc42-2.1.0.8
redshift-jdbc42-2.1.0.7
CVE-2022-41828
redshift-jdbc42-2.1.0.6
CVE-2022-41828
redshift-jdbc42-2.1.0.5
CVE-2022-41828
redshift-jdbc42-2.1.0.4
CVE-2022-41828
redshift-jdbc42-2.1.0.3
CVE-2022-41828
redshift-jdbc42-2.1.0.2
CVE-2022-41828
redshift-jdbc42-2.1.0.1
CVE-2022-41828
2.0.x
redshift-jdbc42-2.0.0.7
CVE-2022-41828
redshift-jdbc42-2.0.0.6
CVE-2022-41828
redshift-jdbc42-2.0.0.5
CVE-2022-41828
redshift-jdbc42-2.0.0.4
CVE-2022-41828
redshift-jdbc42-2.0.0.3
CVE-2022-41828

How to add a dependency to Maven

Add the following com.amazon.redshift : redshift-jdbc42 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazon.redshift</groupId>
    <artifactId>redshift-jdbc42</artifactId>
    <version>2.1.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazon.redshift : redshift-jdbc42 gradle dependency to your build.gradle file:

implementation 'com.amazon.redshift:redshift-jdbc42:2.1.0.18'

Gradle Kotlin DSL: Add the following com.amazon.redshift : redshift-jdbc42 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazon.redshift:redshift-jdbc42:2.1.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazon.redshift : redshift-jdbc42 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazon.redshift" % "redshift-jdbc42" % "2.1.0.18"

Advertisement