3
3
[ ![ Javadoc] ( https://img.shields.io/static/v1?label=javadoc&message=latest&color=blue )] ( https://ibm.github.io/vpc-java-sdk/docs/latest )
4
4
[ ![ Release] ( https://img.shields.io/github/v/release/IBM/vpc-java-sdk )] ( https://github.com/IBM/vpc-java-sdk/releases/latest )
5
5
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
6
- [ ![ codecov] ( https://codecov.io/gh/IBM/vpc-java-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/IBM/vpc-java-sdk )
7
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 )
8
7
9
- # IBM Cloud VPC Java SDK Version 0.8.0
8
+ # IBM Cloud VPC Java SDK Version 0.8.1
10
9
Java client library to interact with various [ IBM Cloud VPC offerings] ( https://cloud.ibm.com/apidocs/vpc?code=java? ) .
11
10
12
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.
@@ -43,7 +42,7 @@ The IBM Cloud VPC Java SDK allows developers to programmatically interact with t
43
42
44
43
Service Name | Artifact Coordinates
45
44
--- | ---
46
- [ VPC] ( https://cloud.ibm.com/apidocs/vpc?code=java ) | com.ibm.cloud:vpc:0.8.0
45
+ [ VPC] ( https://cloud.ibm.com/apidocs/vpc?code=java ) | com.ibm.cloud:vpc:0.8.1
47
46
48
47
## Prerequisites
49
48
@@ -54,7 +53,7 @@ Service Name | Artifact Coordinates
54
53
* Java 8 or above.
55
54
56
55
## Installation
57
- The current version of this SDK is: 0.8.0
56
+ The current version of this SDK is: 0.8.1
58
57
59
58
Each service's artifact coordinates are listed in the ** Overview** table.
60
59
@@ -75,13 +74,13 @@ artifact coordinates (group id, artifact id, and version) for the service, like
75
74
<dependency >
76
75
<groupId >com.ibm.cloud</groupId >
77
76
<artifactId >vpc</artifactId >
78
- <version >0.8.0 </version >
77
+ <version >0.8.1 </version >
79
78
</dependency >
80
79
```
81
80
82
81
##### Gradle
83
82
``` gradle
84
- 'com.ibm.cloud:vpc:0.8.0 '
83
+ 'com.ibm.cloud:vpc:0.8.1 '
85
84
```
86
85
87
86
## Using the SDK
0 commit comments