@@ -74,12 +74,14 @@ its dependencies in your development environment.
74
74
75
75
.. _java-get-started-install-bom:
76
76
77
- Add the Bill of Materials (BOM) for the MongoDB JVM
78
- artifacts to your project to organize dependency versions. The BOM
79
- simplifies dependency management by ensuring that you maintain
80
- consistent and compatible versions of dependencies, such as between the
81
- {+driver-short+} and the core driver library. Use the BOM to
82
- avoid version conflicts and simplify upgrades.
77
+ In your IDE, create a new `Maven <https://maven.apache.org/>`__ or
78
+ `Gradle <https://gradle.org/>`__ project. Add the Bill of
79
+ Materials (BOM) for MongoDB JVM artifacts to your project to
80
+ organize dependency versions. The BOM simplifies dependency
81
+ management by ensuring that you maintain consistent and compatible
82
+ versions of dependencies, such as between the {+driver-short+} and
83
+ the core driver library. Use the BOM to avoid version conflicts
84
+ and simplify upgrades.
83
85
84
86
Select from the following :guilabel:`Maven` and :guilabel:`Gradle` tabs
85
87
to view instructions for adding the BOM for each dependency manager:
@@ -116,8 +118,7 @@ its dependencies in your development environment.
116
118
117
119
.. step:: Install the {+driver-short+}
118
120
119
- In your IDE, create a new `Maven <https://maven.apache.org/>`__ or `Gradle <https://gradle.org/>`__
120
- project. If you use Maven, add the following code to your ``pom.xml`` dependencies list:
121
+ If you use Maven, add the following code to your ``pom.xml`` dependencies list:
121
122
122
123
.. code-block:: xml
123
124
0 commit comments