p

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.
http://www.pivot4j.org
CPL
Pivot4J Team
Xavier Cho
Files download
File Operation
pivot4j-0.9.pom download
Apache Maven
<dependency>
  <groupId>org.pivot4j</groupId>
  <artifactId>pivot4j</artifactId>
  <version>0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.pivot4j:pivot4j:0.9'
Gradle Kotlin
implementation("org.pivot4j:pivot4j:0.9")
Scala SBT
libraryDependencies += "org.pivot4j" % "pivot4j" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.pivot4j', module='pivot4j', version='0.9')
)
Apache Ivy
<dependency org="org.pivot4j" name="pivot4j" rev="0.9" />
Leiningen
[org.pivot4j/pivot4j "0.9"]
Apache Buildr
'org.pivot4j:pivot4j:jar:0.9'