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