Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ If you are using `Gradle <https://gradle.org/>`__, add the following to your

.. include:: /includes/quick-start/gradle-versioned.rst

.. note::

We recommend that you use a build tool to install the
{+driver-short+}. However, if you must download the driver
and dependencies, you can find the JAR files in the `MongoDB
Group Maven repository <https://mvnrepository.com/artifact/org.mongodb/>`__.
The {+driver-short+} requires downloading the JAR files for
the ``bson``, ``mongodb-driver-core``, and ``slf4j-api`` dependencies.

Once you configure your dependencies, ensure they are available to your
project which may require running your dependency manager and refreshing
the project in your IDE.
Expand Down