Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

com.ibm.messaging/watson-iot v0.1.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@sathipal sathipal released this 10 Sep 11:14
· 396 commits to master since this release

The library artifact is pushed to the maven. Use the following maven dependency to include this library in your java application.

<dependency>
    <groupId>com.ibm.messaging</groupId>
    <artifactId>watson-iot</artifactId>
    <version>0.1.5</version>
</dependency>

List of changes

  • A new property "Port" is added to specify the port number to connect to Watson IoT Platform. By default the library connects to port 8883 and one can use this property to change the port to 443.