DOC

io.github.subiyacryolite : jds

Maven & Gradle

Aug 27, 2020
21 stars

Jenesis Data Store · A dynamic, cross platform and high performance data-mapper. JDS is designed to assist in rapid development and the creation of robust, strongly typed, field dictionaries

Table Of Contents

Latest Version

Download io.github.subiyacryolite : jds Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.subiyacryolite : jds Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20.4
10.2.x
9.2.x
4.1.x
4.0.x
3.4.x
3.2.x
3.1.x
3.0.x
2.17.x
1.170710
1.170708
1.170705
1.170626
1.170619
1.170531
1.170514
1.170511
1.170414
1.170405
1.170402
1.170619c
1.170619b
1.170531b

How to open Javadoc JAR file in web browser

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

Advertisement