Skip to content

Commit 08b5795

Browse files
committed
DOCSP-35821: link to jar download (#518)
* DOCSP-35821: link to jar download * remove trailing slash * change file fmt * CC PR fixes 1 * redo after discussion * small fixes * CC suggestions * small fixes * small fix * wording fix (cherry picked from commit 8a643e1)
1 parent f06cc63 commit 08b5795

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/quick-start.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ If you are using `Gradle <https://gradle.org/>`__, add the following to your
5050

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

53+
.. note::
54+
55+
We recommend that you use a build tool to install the
56+
{+driver-short+}. However, if you must download the driver
57+
and dependencies, you can find the JAR files in the `MongoDB
58+
Group Maven repository <https://mvnrepository.com/artifact/org.mongodb/>`__.
59+
The {+driver-short+} requires downloading the JAR files for
60+
the ``bson``, ``mongodb-driver-core``, and ``slf4j-api`` dependencies.
61+
5362
Once you configure your dependencies, ensure they are available to your
5463
project which may require running your dependency manager and refreshing
5564
the project in your IDE.

0 commit comments

Comments
 (0)