|
1 | 1 | .. _kotlin-fle: |
2 | 2 |
|
3 | | -.. sharedinclude:: dbx/encrypt-fields.rst |
| 3 | +Compatible Encryption Library Version |
| 4 | +------------------------------------- |
| 5 | + |
| 6 | + The {+driver-short+} uses the `mongodb-crypt |
| 7 | + <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__ |
| 8 | + encryption library for in-use encryption. This driver version |
| 9 | + is compatible with ``mongodb-crypt`` v{+mongocrypt-version+}. |
| 10 | + |
| 11 | + .. sharedinclude:: dbx/encrypt-fields.rst |
4 | 12 |
|
5 | 13 | .. replacement:: driver-specific-content |
6 | 14 |
|
|
10 | 18 |
|
11 | 19 | :ref:`Add the Driver Bill of Materials <kotlin-get-started-install-bom>` step of the Quick Start guide. |
12 | 20 |
|
13 | | - |
14 | | - .. important:: Compatible Encryption Library Version |
15 | | - |
16 | | - The {+driver-short+} uses the `mongodb-crypt |
17 | | - <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__ |
18 | | - encryption library for in-use encryption. This driver version |
19 | | - is compatible with ``mongodb-crypt`` v{+mongocrypt-version+}. |
20 | | - |
21 | | - Select from the following :guilabel:`Maven` and |
22 | | - :guilabel:`Gradle` tabs to see how to add the ``mongodb-crypt`` |
23 | | - dependency to your project by using the specified manager: |
24 | | - |
25 | | - .. tabs:: |
26 | | - |
27 | | - .. tab:: Maven |
28 | | - :tabid: maven-dependency |
29 | | - |
30 | | - .. include:: /includes/fundamentals/code-snippets/crypt-maven-versioned.rst |
31 | | - |
32 | | - .. tab:: Gradle |
33 | | - :tabid: gradle-dependency |
34 | | - |
35 | | - .. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst |
| 21 | + Select from the following :guilabel:`Maven` and |
| 22 | + :guilabel:`Gradle` tabs to see how to add the ``mongodb-crypt`` |
| 23 | + dependency to your project by using the specified manager: |
| 24 | + |
| 25 | + .. tabs:: |
| 26 | + |
| 27 | + .. tab:: Maven |
| 28 | + :tabid: maven-dependency |
| 29 | + |
| 30 | + .. include:: /includes/fundamentals/code-snippets/crypt-maven-versioned.rst |
| 31 | + |
| 32 | + .. tab:: Gradle |
| 33 | + :tabid: gradle-dependency |
| 34 | + |
| 35 | + .. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst |
0 commit comments