MVN

com.mx.path-core : testing

Maven & Gradle

Aug 23, 2023
3 stars

testing · MX Path Core

<dependency>
    <groupId>com.mx.path-core</groupId>
    <artifactId>testing</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mx.path-core : testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 3.7.0-rc.2

All Versions

Choose a version of com.mx.path-core : testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
testing-3.7.0
testing-3.7.0-rc.2
testing-3.7.0-rc.1
3.6.x
testing-3.6.0
3.5.x
testing-3.5.0
3.4.x
testing-3.4.0
3.3.x
testing-3.3.0
3.2.x
testing-3.2.2
testing-3.2.1
testing-3.2.0
3.1.x
testing-3.1.0
3.0.x
testing-3.0.1
testing-3.0.0
testing-3.0.0-rc.1
testing-3.0.0-rc.0
2.1.x
testing-2.1.2
testing-2.1.1
testing-2.1.0
testing-2.1.0-rc.0
2.0.x
testing-2.0.0
testing-2.0.0-rc.3
testing-2.0.0-rc.2
testing-2.0.0-rc.1
testing-2.0.0-rc.0
1.11.x
testing-1.11.1
testing-1.11.0
1.10.x
testing-1.10.0
1.9.x
testing-1.9.1
testing-1.9.0
1.8.x
testing-1.8.1
testing-1.8.0
1.7.x
testing-1.7.2
testing-1.7.1
testing-1.7.0
1.6.x
testing-1.6.2
testing-1.6.1
testing-1.6.0
1.5.x
testing-1.5.0
1.4.x
testing-1.4.1
testing-1.4.0
1.3.x
testing-1.3.0
1.2.x
testing-1.2.0

How to add a dependency to Maven

Add the following com.mx.path-core : testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mx.path-core</groupId>
    <artifactId>testing</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mx.path-core : testing gradle dependency to your build.gradle file:

implementation 'com.mx.path-core:testing:3.7.0'

Gradle Kotlin DSL: Add the following com.mx.path-core : testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mx.path-core:testing:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mx.path-core : testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mx.path-core" % "testing" % "3.7.0"

Advertisement