MVN

org.mobicents.ussd : simulator-bootstrap

Maven & Gradle

Dec 08, 2017

RestComm HTTP Simulator :: Simulator Bootstrap

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

Latest Version

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

  • Latest Stable: 7.1.0-96

All Versions

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

Version Vulnerabilities Updated
7.1.x
simulator-bootstrap-7.1.0-96

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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