The JDBC Driver Maven Central Coordinates for the Most Popular RDBMS

Do you need to add a jdbc driver to your application, and do’t know its maven coordinates?

This blog post lists the most popular drivers from the joooq integration tests. Look up the latest versions directly on https://central.sonatype.com/ with parameters g:groupId a:artifactId.

The list only includes drivers from maven center. Please check the driver’s license to complete before downloading.



    com.ibm.db2
    jcc




    org.apache.derby
    derby


    org.apache.derby
    derbyclient


    org.apache.derby
    derbytools




    org.xerial
    sqlite-jdbc




    org.firebirdsql.jdbc
    jaybird




    com.h2database
    h2




    com.sap.cloud.db.jdbc
    ngdbc




    org.hsqldb
    hsqldb




    com.ibm.informix
    jdbc




    org.mariadb.jdbc
    mariadb-java-client




    mysql
    mysql-connector-java




    com.oracle.database.jdbc
    ojdbc11




    org.postgresql
    postgresql




    com.amazon.redshift
    redshift-jdbc42




    net.snowflake
    snowflake-jdbc




    org.xerial
    sqlite-jdbc



        
    com.microsoft.sqlserver
    mssql-jdbc




    net.sourceforge.jtds
    jtds




    io.trino
    trino-jdbc




    com.yugabyte
    jdbc-yugabytedb

For Connection URLS and Driver Class Names, See Our Previous Post:

Ramesh Ghorai is the founder of www.livenewsblogger.com, a platform dedicated to delivering exclusive live news from across the globe and the local market. With a passion for covering diverse topics, he ensures readers stay updated with the latest and most reliable information. Over the past two years, Ramesh has also specialized in writing top software reviews, partnering with various software companies to provide in-depth insights and unbiased evaluations. His mission is to combine news reporting with valuable technology reviews, helping readers stay informed and make smarter choices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top