11[ ![ Build Status] ( https://app.travis-ci.com/IBM/event-notifications-java-admin-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/event-notifications-java-admin-sdk )
22[ ![ 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 )
33
4- # Java server SDK for IBM Cloud Event Notifications service Version 0.19 .0
4+ # Java server SDK for IBM Cloud Event Notifications service Version 0.20 .0
55
66Java client library to interact with various [ IBM Cloud Event Notifications Service] ( https://cloud.ibm.com/apidocs?category=event-notifications ) .
77
@@ -26,8 +26,8 @@ Java client library to interact with various [IBM Cloud Event Notifications Serv
2626The IBM Cloud Event Notifications Service Java SDK allows developers to programmatically interact with Event Notifications service in IBM cloud.
2727
2828| Service Name | Artifact Coordinates |
29- | -------------------------------------------------------------------------------- | ---------------------------------------- |
30- | [ Event Notifications Service] ( https://cloud.ibm.com/apidocs/event-notifications ) | com.ibm.cloud:event-notifications:0.19 .0 |
29+ | -------------------------------------------------------------------------------- | ------------------------------------------ |
30+ | [ Event Notifications Service] ( https://cloud.ibm.com/apidocs/event-notifications ) | com.ibm.cloud:event-notifications:0.20 .0 |
3131
3232## Prerequisites
3333
@@ -40,7 +40,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm
4040
4141## Installation
4242
43- The current version of this SDK is: 0.19 .0
43+ The current version of this SDK is: 0.20 .0
4444
4545Each service's artifact coordinates are listed in the table above.
4646
@@ -57,14 +57,14 @@ To use the Event Notifications Java SDK, define a dependency that contains the a
5757<dependency >
5858 <groupId >com.ibm.cloud</groupId >
5959 <artifactId >event-notifications</artifactId >
60- <version >0.19 .0</version >
60+ <version >0.20 .0</version >
6161</dependency >
6262```
6363
6464### Gradle
6565
6666``` gradle
67- compile 'com.ibm.cloud:event-notifications:0.19 .0'
67+ compile 'com.ibm.cloud:event-notifications:0.20 .0'
6868```
6969
7070## Using the SDK
0 commit comments