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