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 2 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
6 changes: 6 additions & 0 deletions source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ If you are using `Gradle <https://gradle.org/>`__, add the following to your

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

.. tip:: Download ``.jar`` File

You can directly download the ``.jar`` file for the {+driver-short+}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion:
I think JAR is usually not referenced by it's filename extension, but rather by the file format "JAR". See https://en.wikipedia.org/wiki/JAR_(file_format)

E.g.
tip:: Download the JAR File

from the `Maven MongoDB Driver artifact entry
<https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync/{+full-version+}>`__.

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