I am developing a JAVA application which will connect to BigQuery using JDBC and execute some SQL query to fetch data from tables. This project is in gradle. Can someone help me with documentation how can I import this JDBC dependency to my gradle JAVA project and create connection to BigQuery and execute query? I am very newbie in this field so I need some detailed answer.