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