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