Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 742 Bytes

messagehub099.md

File metadata and controls

36 lines (26 loc) · 742 Bytes
copyright lastupdated
years
2015, 2017
2016-11-22

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

Using the MQ Light Java client

{: #mql_java}

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}