文件下载
文件名 操作
realtime-5.2.1.jar 下载
realtime-5.2.1.pom 下载
realtime-5.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mx.path-mdx-model</groupId>
  <artifactId>realtime</artifactId>
  <version>5.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.mx.path-mdx-model:realtime:5.2.1'
Gradle Kotlin
implementation("com.mx.path-mdx-model:realtime:5.2.1")
Scala SBT
libraryDependencies += "com.mx.path-mdx-model" % "realtime" % "5.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.mx.path-mdx-model', module='realtime', version='5.2.1')
)
Apache Ivy
<dependency org="com.mx.path-mdx-model" name="realtime" rev="5.2.1" />
Leiningen
[com.mx.path-mdx-model/realtime "5.2.1"]
Apache Buildr
'com.mx.path-mdx-model:realtime:jar:5.2.1'