Articles in this section

MessageGears Java SDK

Overview

The MessageGears Java SDK makes integration seamless. The SDK eliminates the need to write any web services code and enables you to access all of our services using the Java language. It also provides access to Amazon's S3 and SQS services to make it easy to exchange files with MessageGears.

Java sample code is provided with each web service description

SDK Download

Maven Settings

MessageGears artifacts are available in Maven Central so all you need to do is add us as a dependency in your pom.xml file

<dependencies>
    <dependency>
      <groupId>com.messagegears</groupId>
      <artifactId>messagegears-java-sdk</artifactId>
      <version>3.1.13</version>
    </dependency>
</dependencies>
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.