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