5
5
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
6
6
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
7
7
8
- # IBM Cloud VPC Java SDK Version 0.16.1
8
+ # IBM Cloud VPC Java SDK Version 0.17.0
9
9
Java client library to interact with various [ IBM Cloud VPC offerings] ( https://cloud.ibm.com/apidocs/vpc?code=java? ) .
10
10
11
11
This SDK uses [ Semantic Versioning] ( https://semver.org ) , and as such there may be backward-incompatible changes for any new ` 0.y.z ` version.
@@ -42,7 +42,7 @@ The IBM Cloud VPC Java SDK allows developers to programmatically interact with t
42
42
43
43
Service Name | Artifact Coordinates
44
44
--- | ---
45
- [ VPC] ( https://cloud.ibm.com/apidocs/vpc?code=java ) | com.ibm.cloud:vpc:0.16.1
45
+ [ VPC] ( https://cloud.ibm.com/apidocs/vpc?code=java ) | com.ibm.cloud:vpc:0.17.0
46
46
47
47
## Prerequisites
48
48
@@ -53,7 +53,7 @@ Service Name | Artifact Coordinates
53
53
* Java 8 or above.
54
54
55
55
## Installation
56
- The current version of this SDK is: 0.16.1
56
+ The current version of this SDK is: 0.17.0
57
57
58
58
Each service's artifact coordinates are listed in the ** Overview** table.
59
59
@@ -74,13 +74,13 @@ artifact coordinates (group id, artifact id, and version) for the service, like
74
74
<dependency >
75
75
<groupId >com.ibm.cloud</groupId >
76
76
<artifactId >vpc</artifactId >
77
- <version >0.16.1 </version >
77
+ <version >0.17.0 </version >
78
78
</dependency >
79
79
```
80
80
81
81
##### Gradle
82
82
``` gradle
83
- 'com.ibm.cloud:vpc:0.16.1 '
83
+ 'com.ibm.cloud:vpc:0.17.0 '
84
84
```
85
85
86
86
## Using the SDK
0 commit comments