DOC

com.centit.product : centit-msgpusher

Maven & Gradle

May 05, 2018
16 stars

com.centit.product:centit-msgpusher · 消息推送服务器,对百度推送,短信推送,websocket推送进行封装,并且实现了先腾框架的底层服务接口,可以对框架中的消息服务进行替换。

Table Of Contents

Latest Version

Download com.centit.product : centit-msgpusher Javadoc & API Documentation - Latest Versions:

All Versions

Download com.centit.product : centit-msgpusher Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x
0.0.x

How to open Javadoc JAR file in web browser

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

Advertisement