Files download
File Operation
xml-7.1.63.jar download
xml-7.1.63.pom download
xml-7.1.63-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mobicents.ussd</groupId>
  <artifactId>xml</artifactId>
  <version>7.1.63</version>
</dependency>
Gradle Groovy
implementation 'org.mobicents.ussd:xml:7.1.63'
Gradle Kotlin
implementation("org.mobicents.ussd:xml:7.1.63")
Scala SBT
libraryDependencies += "org.mobicents.ussd" % "xml" % "7.1.63"
Groovy Grape
@Grapes(
  @Grab(group='org.mobicents.ussd', module='xml', version='7.1.63')
)
Apache Ivy
<dependency org="org.mobicents.ussd" name="xml" rev="7.1.63" />
Leiningen
[org.mobicents.ussd/xml "7.1.63"]
Apache Buildr
'org.mobicents.ussd:xml:jar:7.1.63'