DOC

org.pivot4j : pivot4j

Maven & Gradle

May 25, 2014
128 stars

Pivot4J · Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI. It aims to leverage mature but now discontinued JPivot project's codebase to make it a general purpose OLAP API library which is independent of any particular GUI implementation.

Table Of Contents

Latest Version

Download org.pivot4j : pivot4j Javadoc & API Documentation - Latest Versions:

All Versions

Download org.pivot4j : pivot4j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9

How to open Javadoc JAR file in web browser

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

Advertisement