File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/hello-world/pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -634,13 +634,13 @@ You can use your favorite dependency management tool to install the SDK.
634634Maven::
635635+
636636--
637- [source,xml]
637+ [source,xml,subs="+attributes" ]
638638----
639639<dependencies>
640640 <dependency>
641641 <groupId>com.couchbase.client</groupId>
642642 <artifactId>java-client</artifactId>
643- <version>3.8.2 </version>
643+ <version>{sdk_current_version} </version>
644644 </dependency>
645645</dependencies>
646646----
@@ -649,9 +649,9 @@ Maven::
649649Gradle::
650650+
651651--
652- [source,groovy]
652+ [source,groovy,subs="+attributes" ]
653653----
654- implementation 'com.couchbase.client:java-client:3.8.2 '
654+ implementation 'com.couchbase.client:java-client:{sdk_current_version} '
655655----
656656--
657657====
You can’t perform that action at this time.
0 commit comments