DOC

io.github.doocs : im-server-sdk-java

Maven & Gradle

Jul 26, 2023
94 stars

qcloud-im-server-sdk-java · ☁ Tencent Cloud IM Server SDK in Java | 腾讯云 IM 服务端 SDK Java 版

Table Of Contents

Latest Version

Download io.github.doocs : im-server-sdk-java Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.doocs : im-server-sdk-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x
0.2.x
0.1.x
0.0.x

How to open Javadoc JAR file in web browser

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

Advertisement