MVN

org.mobicents.ussd.examples : http-example

Maven & Gradle

80 stars

Example : HTTP

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

Latest Version

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

  • Latest Stable: 7.1.0-96

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.ussd.examples</groupId>
    <artifactId>http-example</artifactId>
    <version>7.1.0-96</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.ussd.examples : http-example gradle dependency to your build.gradle file:

implementation 'org.mobicents.ussd.examples:http-example:7.1.0-96'

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

implementation("org.mobicents.ussd.examples:http-example:7.1.0-96")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.ussd.examples : http-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.ussd.examples" % "http-example" % "7.1.0-96"