DOC

com.github.jchanghong : kotlins-parent

Maven & Gradle

Jun 12, 2020

kotlins · kotlins是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。

Table Of Contents

Latest Version

Download com.github.jchanghong : kotlins-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.jchanghong : kotlins-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.3.x

How to open Javadoc JAR file in web browser

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