DOC

com.viliussutkus89.licenseOnly : libuninameslist

Maven & Gradle

May 11, 2022
1 usages
35 stars

libuninameslist · A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt

Table Of Contents

Latest Version

Download com.viliussutkus89.licenseOnly : libuninameslist Javadoc & API Documentation - Latest Versions:

All Versions

Download com.viliussutkus89.licenseOnly : libuninameslist Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20211114
20190701

How to open Javadoc JAR file in web browser

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

Advertisement