4
4
Download and Install
5
5
====================
6
6
7
+ This guide demonstrates how to create a project and add the
8
+ {+driver-short+} dependencies by using `Gradle <https://gradle.org/>`__
9
+ or `Maven <https://maven.apache.org/>`__.
10
+
7
11
.. procedure::
8
12
:style: connected
9
13
@@ -12,35 +16,33 @@ Download and Install
12
16
First, make sure that your system has {+language+} installed and
13
17
running on JDK 1.8 or later.
14
18
15
- This guide shows you how to create a project and add the
16
- {+driver-short+} dependencies by using Gradle or Maven. We
17
- recommend that you use an integrated development
19
+ We recommend that you use an integrated development
18
20
environment (IDE) such as IntelliJ IDEA or Eclipse IDE to
19
21
configure Gradle or Maven to build and run your project.
20
22
21
- For more information on getting started with
22
- {+language+} and creating your first project, see `Get started with Kotlin/JVM
23
- <{+kotlin-docs+}/docs/jvm-get-started.html>`__ in the {+language+}
24
- language documentation.
25
-
26
23
.. tip::
27
-
24
+
28
25
If you are not using an IDE, see the
29
26
`Creating New Gradle Builds
30
27
<https://guides.gradle.org/creating-new-gradle-builds/>`__ guide
31
28
or the `Building Maven
32
29
<https://maven.apache.org/guides/development/guide-building-maven.html>`__ guide
33
30
for more information on how to set up your project.
34
31
32
+ For more information on getting started with
33
+ {+language+} and creating your first project, see `Get started with Kotlin/JVM
34
+ <{+kotlin-docs+}/docs/jvm-get-started.html>`__ in the {+language+}
35
+ language documentation.
36
+
35
37
.. step:: Add MongoDB as a Dependency
36
38
37
- If you are using ` Gradle <https://gradle.org/>`__ to manage your
39
+ If you are using Gradle to manage your
38
40
packages, add the following entry to your ``build.gradle.kts``
39
41
dependencies list:
40
42
41
43
.. include:: /includes/kotlin-sync-driver-gradle-versioned.rst
42
44
43
- If you are using ` Maven <https://maven.apache.org/>`__ to manage your
45
+ If you are using Maven to manage your
44
46
packages, add the following entry to your ``pom.xml`` dependencies list:
45
47
46
48
.. include:: /includes/kotlin-sync-driver-maven-versioned.rst
0 commit comments