MVN

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.

<dependency>
    <groupId>org.pivot4j</groupId>
    <artifactId>pivot4j</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pivot4j : pivot4j to add to Maven - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of org.pivot4j : pivot4j to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9
pivot4j-0.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.pivot4j</groupId>
    <artifactId>pivot4j</artifactId>
    <version>0.9</version>
</dependency>

Advertisement