DOC

cn.ymatrix : mxgate-sdk-java-root

Maven & Gradle

Feb 10, 2023

MxGate SDK in Java · This SDK is used to send DB Tables Tuples to mxgate backend server.

Table Of Contents

Latest Version

Download cn.ymatrix : mxgate-sdk-java-root Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file mxgate-sdk-java-root-1.1.2-javadoc.jar to mxgate-sdk-java-root-1.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mxgate-sdk-java-root-1.1.2-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 "mxgate-sdk-java-root-1.1.2-sources.jar" -d "mxgate-sdk-java-root-1.1.2-javadoc" -subpackages 

Advertisement