Type 4 JDBC driver that allows Java programs to connect to a MongoDB database.
This driver is embedded into DataGrip.
You can download the precompiled driver (jar) on the releases page.
# Linux, MacOs
./gradlew shadowJar
# Windows
gradlew.bat shadowJar
You will find driver jar in build/libs