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
@@ -30,37 +28,56 @@ For more information, please visit [https://support.stackit.cloud/servicedesk](h
30
28
31
29
This package is part of the STACKIT Java SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-java) of the SDK.
32
30
31
+
## Installation from Maven Central (recommended)
33
32
34
-
## Requirements
33
+
The release artifacts for this SDK submodule are available on [Maven Central](https://central.sonatype.com/artifact/cloud.stackit.sdk/resourcemanager).
35
34
36
-
Building the API client library requires:
37
-
1. Java SDK (version 11 to 21 should be supported) installed on your system
35
+
### Maven users
38
36
39
-
## Installation
37
+
Add this dependency to your project's POM:
40
38
41
-
To install the API client library to your local Maven repository, simply execute:
See the [resourcemanager examples](https://github.com/stackitcloud/stackit-sdk-java/tree/main/examples/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/examples).
100
103
101
-
102
104
## Recommendation
103
105
104
106
It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues.
0 commit comments