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