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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ See below how to use them in your Java project.
21
21
22
22
### Maven
23
23
24
-
Add the dependencies for the services you want to interact with to your project's POM, e.g. `iaas` and `resourcemanager`:
24
+
Add the dependencies for the services you want to interact with to your project's POM, e.g. `iaas` and `resourcemanager` (replace `<SDK_VERSION>` with the latest version of each SDK submdoule):
25
25
26
26
```xml
27
27
<dependency>
@@ -40,7 +40,7 @@ Add the dependencies for the services you want to interact with to your project'
40
40
41
41
### Gradle
42
42
43
-
Add the dependencies to your project's build file:
43
+
Add the dependencies to your project's build file (replace `<SDK_VERSION>` with the latest version of each SDK submdoule):
0 commit comments