com.amazon.redshift.jdbc.Driver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redshift-jdbc42 Show documentation
Show all versions of redshift-jdbc42 Show documentation
Java JDBC 4.2 (JRE 8+) driver for Redshift database
The newest version!
package com.amazon.redshift.jdbc;
/**
* Backward compatible Driver class.
*
* @author iggarish
*
*/
public class Driver extends com.amazon.redshift.Driver {
}