GroupId | GroupIdorg.ojbc |
---|---|
ArtifactId | ArtifactIdmondrian-rest |
Version | Version2.0.1 |
Type | Typewar |
Filename | Size |
---|---|
mondrian-rest-2.0.1.pom | |
mondrian-rest-2.0.1.war | 42 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ojbc/mondrian-rest/ -->
<dependency>
<groupId>org.ojbc</groupId>
<artifactId>mondrian-rest</artifactId>
<version>2.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ojbc/mondrian-rest/
implementation 'org.ojbc:mondrian-rest:2.0.1'
// https://jarcasting.com/artifacts/org.ojbc/mondrian-rest/
implementation ("org.ojbc:mondrian-rest:2.0.1")
'org.ojbc:mondrian-rest:war:2.0.1'
<dependency org="org.ojbc" name="mondrian-rest" rev="2.0.1">
<artifact name="mondrian-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ojbc', module='mondrian-rest', version='2.0.1')
)
libraryDependencies += "org.ojbc" % "mondrian-rest" % "2.0.1"
[org.ojbc/mondrian-rest "2.0.1"]