MVN

org.mobicents.ussd : bootstrap

Maven & Gradle

87 stars

Core : Bootstrap

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

Latest Version

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

  • Latest Stable: 7.1.0-96

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.ussd</groupId>
    <artifactId>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 : bootstrap gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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