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