DOC

org.javastro : jsofa

Maven & Gradle

May 14, 2021
1 usages
16 stars

JSOFA · A pure Java translation of the SOFA library

Table Of Contents

Latest Version

Download org.javastro : jsofa Javadoc & API Documentation - Latest Versions:

All Versions

Download org.javastro : jsofa Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20210512
20210125
20200721
20190722
20180130
20170420
20160729.1
20160729
20180130b

How to open Javadoc JAR file in web browser

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

Advertisement