Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 782 Bytes

eventstreams099.md

File metadata and controls

38 lines (28 loc) · 782 Bytes
copyright lastupdated
years
2015, 2018
2018-05-25

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

Using the MQ Light Java client

{: #mql_java}

** The MQ Light API is available as part of the Standard plan only.**

To use the API, add a reference to the latest available {{site.data.keyword.mql}} client API for Java as follows:

Add the following reference to your Maven pom file:

<dependency>
    <groupId>com.ibm.mqlight</groupId>
    <artifactId>mqlight-api</artifactId>
    <version>LATEST</version>
</dependency>

{:codeblock}