You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/project-docs/pages/sdk-full-installation.adoc
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,18 +43,17 @@ You can use your favorite dependency management tool to install the SDK.
43
43
Maven::
44
44
+
45
45
--
46
-
The following snippet shows how to do it with https://maven.apache.org/[Maven].
46
+
For https://maven.apache.org[Maven], you can insert the following into the dependencies section of your project's `pom.xml` file:
47
47
48
48
[source,xml]
49
49
----
50
-
<dependencies>
51
50
<dependency>
52
51
<groupId>com.couchbase.client</groupId>
53
52
<artifactId>java-client</artifactId>
54
53
<version>3.4.4</version>
55
54
</dependency>
56
-
</dependencies>
57
55
----
56
+
Refer to the https://maven.apache.org/guides/introduction/introduction-to-the-pom.html/[Maven Documentation] for more information regarding the structure of the `pom.xml` file.
0 commit comments