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