is not current version
Last Version 2.1.0.8

com.amazon.redshift:redshift-jdbc42 2.1.0.1

Java JDBC 4.2 (JRE 8+) driver for Redshift database

GroupId

GroupId

com.amazon.redshift
ArtifactId

ArtifactId

redshift-jdbc42
Version

Version

2.1.0.1
Type

Type

jar

Download redshift-jdbc42 2.1.0.1


<!-- https://jarcasting.com/artifacts/com.amazon.redshift/redshift-jdbc42/ -->
<dependency>
    <groupId>com.amazon.redshift</groupId>
    <artifactId>redshift-jdbc42</artifactId>
    <version>2.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.redshift/redshift-jdbc42/
implementation 'com.amazon.redshift:redshift-jdbc42:2.1.0.1'
// https://jarcasting.com/artifacts/com.amazon.redshift/redshift-jdbc42/
implementation ("com.amazon.redshift:redshift-jdbc42:2.1.0.1")
'com.amazon.redshift:redshift-jdbc42:jar:2.1.0.1'
<dependency org="com.amazon.redshift" name="redshift-jdbc42" rev="2.1.0.1">
  <artifact name="redshift-jdbc42" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.redshift', module='redshift-jdbc42', version='2.1.0.1')
)
libraryDependencies += "com.amazon.redshift" % "redshift-jdbc42" % "2.1.0.1"
[com.amazon.redshift/redshift-jdbc42 "2.1.0.1"]