We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd17f2d commit a68bbd0Copy full SHA for a68bbd0
1 file changed
modules/hello-world/pages/start-using-sdk.adoc
@@ -634,13 +634,13 @@ You can use your favorite dependency management tool to install the SDK.
634
Maven::
635
+
636
--
637
-[source,xml]
+[source,xml,subs="+attributes"]
638
----
639
<dependencies>
640
<dependency>
641
<groupId>com.couchbase.client</groupId>
642
<artifactId>java-client</artifactId>
643
- <version>3.8.2</version>
+ <version>{sdk_current_version}</version>
644
</dependency>
645
</dependencies>
646
@@ -649,9 +649,9 @@ Maven::
649
Gradle::
650
651
652
-[source,groovy]
+[source,groovy,subs="+attributes"]
653
654
-implementation 'com.couchbase.client:java-client:3.8.2'
+implementation 'com.couchbase.client:java-client:{sdk_current_version}'
655
656
657
====
0 commit comments