DOC

com.github.corydoras : base

Maven & Gradle

Jul 29, 2014
1 usages

base · A collection of basic java utility classes that provide basic features for a standalone/simple JEE application. Backed by a Cassandra, MySQL, or SQLite database, it provides, web page templates, user and group management, and a searchable online audit log of all user activity.

Table Of Contents

Latest Version

Download com.github.corydoras : base Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.corydoras : base Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x
1.5
1.4.x
1.4
1.3.x
1.3
1.2
1.1.x
1.1
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement