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>
Comments
Article is closed for comments.