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