MVN

org.ojbc : mondrian-rest

Maven & Gradle

Apr 08, 2021
68.1k stars

Mondrian REST API Implementation

<dependency>
    <groupId>org.ojbc</groupId>
    <artifactId>mondrian-rest</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ojbc : mondrian-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of org.ojbc : mondrian-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mondrian-rest-2.0.6
mondrian-rest-2.0.4
mondrian-rest-2.0.3
mondrian-rest-2.0.2
mondrian-rest-2.0.1
mondrian-rest-2.0.0
1.4.x
mondrian-rest-1.4.8
mondrian-rest-1.4.7
mondrian-rest-1.4.5
mondrian-rest-1.4.4
mondrian-rest-1.4.3
mondrian-rest-1.4.2
mondrian-rest-1.4.1
1.3.x
mondrian-rest-1.3.4
mondrian-rest-1.3.3
mondrian-rest-1.3.2
mondrian-rest-1.3.1
mondrian-rest-1.3.0
1.2.x
mondrian-rest-1.2.0
1.0.x
mondrian-rest-1.0.0

How to add a dependency to Maven

Add the following org.ojbc : mondrian-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ojbc</groupId>
    <artifactId>mondrian-rest</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ojbc : mondrian-rest gradle dependency to your build.gradle file:

implementation 'org.ojbc:mondrian-rest:2.0.6'

Gradle Kotlin DSL: Add the following org.ojbc : mondrian-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ojbc:mondrian-rest:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ojbc : mondrian-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ojbc" % "mondrian-rest" % "2.0.6"

Advertisement