Files download
File Operation
mdx-web-4.7.3.jar download
mdx-web-4.7.3.pom download
mdx-web-4.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mx.path-mdx-model</groupId>
  <artifactId>mdx-web</artifactId>
  <version>4.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.mx.path-mdx-model:mdx-web:4.7.3'
Gradle Kotlin
implementation("com.mx.path-mdx-model:mdx-web:4.7.3")
Scala SBT
libraryDependencies += "com.mx.path-mdx-model" % "mdx-web" % "4.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mx.path-mdx-model', module='mdx-web', version='4.7.3')
)
Apache Ivy
<dependency org="com.mx.path-mdx-model" name="mdx-web" rev="4.7.3" />
Leiningen
[com.mx.path-mdx-model/mdx-web "4.7.3"]
Apache Buildr
'com.mx.path-mdx-model:mdx-web:jar:4.7.3'