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