Skip to content

DOCSP-35821: link to jar download #518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 6, 2024
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