MVN

org.mobicents.ussd : xml

Maven & Gradle

3 usages

Core : XML

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

Latest Version

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

  • Latest Stable: 7.1.0-96

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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