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