is not current version
Last Version 2.1.0.8

com.amazon.redshift:redshift-jdbc42 2.0.0.3

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

GroupId

GroupId

com.amazon.redshift
ArtifactId

ArtifactId

redshift-jdbc42
Version

Version

2.0.0.3
Type

Type

jar

Download redshift-jdbc42 2.0.0.3


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