JDBC connection through local MongoDB

Looking for some help in order to configure a JDBC connection to a local MongoDB.

I already downloaded the JDBC driver from Central Repository: org/mongodb/mongodb-jdbc/2.0.3, and configured a connection using the following URI

jdbc:mongodb://user:password@10.160.1.26:27017/admin?ssl=true&authSource=admin

E