Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![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)
[![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)

# Java server SDK for IBM Cloud Event Notifications service Version 0.14.0
# Java server SDK for IBM Cloud Event Notifications service Version 0.19.0

Java client library to interact with various [IBM Cloud Event Notifications Service](https://cloud.ibm.com/apidocs?category=event-notifications).

Expand All @@ -27,7 +27,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm

| Service Name | Artifact Coordinates |
| -------------------------------------------------------------------------------- | ---------------------------------------- |
| [Event Notifications Service](https://cloud.ibm.com/apidocs/event-notifications) | com.ibm.cloud:event-notifications:0.14.0 |
| [Event Notifications Service](https://cloud.ibm.com/apidocs/event-notifications) | com.ibm.cloud:event-notifications:0.19.0 |

## Prerequisites

Expand All @@ -40,7 +40,7 @@ The IBM Cloud Event Notifications Service Java SDK allows developers to programm

## Installation

The current version of this SDK is: 0.14.0
The current version of this SDK is: 0.19.0

Each service's artifact coordinates are listed in the table above.

Expand All @@ -57,14 +57,14 @@ To use the Event Notifications Java SDK, define a dependency that contains the a
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>event-notifications</artifactId>
<version>0.14.0</version>
<version>0.19.0</version>
</dependency>
```

### Gradle

```gradle
compile 'com.ibm.cloud:event-notifications:0.14.0'
compile 'com.ibm.cloud:event-notifications:0.19.0'
```

## Using the SDK
Expand Down