Java driver jar file

I’m trying to connect my java application to my cloud cluster but I’m having connection timeout issues so it won’t make the connection. It looks like it’s security related to the connection handshake possibly.
I don’t use package managers - I’m just trying to locate the jar file for the latest mongodb java driver.
Anyone know where I can find this?

The jar file for the latest driver release can be found on Maven: https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync.

Once you choose your desired version, there is a “Files” section which will contain the jar file for that version of the driver. Hope this helps!

Hello! thanks for the answer!

I’ve downloaded the latest jar