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