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