MVN

org.mobicents.gmlc : test-suite

Maven & Gradle

RestComm GMLC :: TestSuite :: Parent

<dependency>
    <groupId>org.mobicents.gmlc</groupId>
    <artifactId>test-suite</artifactId>
    <version>2.0.83</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.gmlc : test-suite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.83

All Versions

Choose a version of org.mobicents.gmlc : test-suite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
test-suite-2.0.83
test-suite-2.0.82
test-suite-2.0.81
test-suite-2.0.80
test-suite-2.0.79
test-suite-2.0.78
1.0.x
test-suite-1.0.76
test-suite-1.0.75
test-suite-1.0.74
test-suite-1.0.73
test-suite-1.0.72
test-suite-1.0.71
test-suite-1.0.70
test-suite-1.0.67
test-suite-1.0.66
test-suite-1.0.65
test-suite-1.0.64
test-suite-1.0.63
test-suite-1.0.62
test-suite-1.0.61
test-suite-1.0.60
test-suite-1.0.59
test-suite-1.0.58
test-suite-1.0.57
test-suite-1.0.56
test-suite-1.0.55
test-suite-1.0.54
test-suite-1.0.52
test-suite-1.0.51
test-suite-1.0.50
test-suite-1.0.49
test-suite-1.0.48

How to add a dependency to Maven

Add the following org.mobicents.gmlc : test-suite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.gmlc</groupId>
    <artifactId>test-suite</artifactId>
    <version>2.0.83</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.gmlc : test-suite gradle dependency to your build.gradle file:

implementation 'org.mobicents.gmlc:test-suite:2.0.83'

Gradle Kotlin DSL: Add the following org.mobicents.gmlc : test-suite gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.gmlc:test-suite:2.0.83")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.gmlc : test-suite sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.gmlc" % "test-suite" % "2.0.83"