MVN

org.mobicents.ussd : test-bootstrap

Maven & Gradle

Test : Bootstrap

<dependency>
    <groupId>org.mobicents.ussd</groupId>
    <artifactId>test-bootstrap</artifactId>
    <version>7.1.0-96</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.1.0-96

All Versions

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

Version Vulnerabilities Updated
7.1.x
test-bootstrap-7.1.63
test-bootstrap-7.1.62
test-bootstrap-7.1.61
test-bootstrap-7.1.60
test-bootstrap-7.1.59
test-bootstrap-7.1.58
test-bootstrap-7.1.57
test-bootstrap-7.1.56
test-bootstrap-7.1.0-96
test-bootstrap-7.1.0-54
7.0.x
test-bootstrap-7.0.55
test-bootstrap-7.0.54
test-bootstrap-7.0.53
test-bootstrap-7.0.52
test-bootstrap-7.0.51
test-bootstrap-7.0.50
test-bootstrap-7.0.49
test-bootstrap-7.0.48
test-bootstrap-7.0.47
test-bootstrap-7.0.46
test-bootstrap-7.0.45
test-bootstrap-7.0.44
test-bootstrap-7.0.43
test-bootstrap-7.0.42
test-bootstrap-7.0.41
test-bootstrap-7.0.40
test-bootstrap-7.0.39
test-bootstrap-7.0.38
test-bootstrap-7.0.37
test-bootstrap-7.0.36
test-bootstrap-7.0.35
test-bootstrap-7.0.34
3.0.x
test-bootstrap-3.0.33
test-bootstrap-3.0.32
test-bootstrap-3.0.31
test-bootstrap-3.0.30
test-bootstrap-3.0.29
test-bootstrap-3.0.28
test-bootstrap-3.0.27
test-bootstrap-3.0.26
test-bootstrap-3.0.25
test-bootstrap-3.0.24
test-bootstrap-3.0.23
test-bootstrap-3.0.22
test-bootstrap-3.0.21
test-bootstrap-3.0.18
test-bootstrap-3.0.17
test-bootstrap-3.0.16
test-bootstrap-3.0.15
test-bootstrap-3.0.14
test-bootstrap-3.0.13
test-bootstrap-3.0.12
test-bootstrap-3.0.11
test-bootstrap-3.0.10
test-bootstrap-3.0.9
test-bootstrap-3.0.8
test-bootstrap-3.0.7
test-bootstrap-3.0.6
test-bootstrap-3.0.5
test-bootstrap-3.0.4
test-bootstrap-3.0.3
test-bootstrap-3.0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.ussd</groupId>
    <artifactId>test-bootstrap</artifactId>
    <version>7.1.0-96</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mobicents.ussd:test-bootstrap:7.1.0-96'

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

implementation("org.mobicents.ussd:test-bootstrap:7.1.0-96")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.ussd" % "test-bootstrap" % "7.1.0-96"