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