DOC

com.syniverse.sdk : scg-messaging-api

Maven & Gradle

Feb 10, 2021

SCG Messaging API · The SCG Messaging Java SDK. Simplifies the development of applications that need to work with Syniverse SCG API. See Samples (Integration Tests) for usage.

Table Of Contents

Latest Version

Download com.syniverse.sdk : scg-messaging-api Javadoc & API Documentation - Latest Versions:

All Versions

Download com.syniverse.sdk : scg-messaging-api Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file scg-messaging-api-2.2.3.1060-javadoc.jar to scg-messaging-api-2.2.3.1060-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder scg-messaging-api-2.2.3.1060-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "scg-messaging-api-2.2.3.1060-sources.jar" -d "scg-messaging-api-2.2.3.1060-javadoc" -subpackages 

Advertisement